Struct aws_sdk_inspector::input::CreateResourceGroupInput [−][src]
#[non_exhaustive]pub struct CreateResourceGroupInput {
pub resource_group_tags: Option<Vec<ResourceGroupTag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
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
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateResourceGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateResourceGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateResourceGroup>
Creates a new builder-style object to manufacture 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"]}]'.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
