Struct aws_sdk_resourcegroups::model::GroupConfigurationParameter [−][src]
#[non_exhaustive]pub struct GroupConfigurationParameter {
pub name: Option<String>,
pub values: Option<Vec<String>>,
}Expand description
A parameter for a group configuration item. For details about group service configuration syntax, see Service configurations for resource groups.
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.name: Option<String>The name of the group configuration parameter. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.
values: Option<Vec<String>>The value or values to be used for the specified parameter. For the list of values you can use with each parameter, see Supported resource types and parameters.
Implementations
Creates a new builder-style object to manufacture GroupConfigurationParameter
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 GroupConfigurationParameter
impl Send for GroupConfigurationParameter
impl Sync for GroupConfigurationParameter
impl Unpin for GroupConfigurationParameter
impl UnwindSafe for GroupConfigurationParameter
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