#[non_exhaustive]pub struct CreateResourceGroupInput {
pub resource_group_tags: Option<Vec<ResourceGroupTag>>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
For example,'[{"key":"Name","values":["TestEC2Instance"]}]'.
Implementations§
source§impl CreateResourceGroupInput
impl CreateResourceGroupInput
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
For example,'[{"key":"Name","values":["TestEC2Instance"]}]'.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .resource_group_tags.is_none().
source§impl CreateResourceGroupInput
impl CreateResourceGroupInput
sourcepub fn builder() -> CreateResourceGroupInputBuilder
pub fn builder() -> CreateResourceGroupInputBuilder
Creates a new builder-style object to manufacture CreateResourceGroupInput.
Trait Implementations§
source§impl Clone for CreateResourceGroupInput
impl Clone for CreateResourceGroupInput
source§fn clone(&self) -> CreateResourceGroupInput
fn clone(&self) -> CreateResourceGroupInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateResourceGroupInput
impl Debug for CreateResourceGroupInput
source§impl PartialEq for CreateResourceGroupInput
impl PartialEq for CreateResourceGroupInput
source§fn eq(&self, other: &CreateResourceGroupInput) -> bool
fn eq(&self, other: &CreateResourceGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateResourceGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateResourceGroupInput
impl Send for CreateResourceGroupInput
impl Sync for CreateResourceGroupInput
impl Unpin for CreateResourceGroupInput
impl UnwindSafe for CreateResourceGroupInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.