Struct aws_sdk_resourcegroups::model::GroupConfiguration [−][src]
#[non_exhaustive]pub struct GroupConfiguration {
pub configuration: Option<Vec<GroupConfigurationItem>>,
pub proposed_configuration: Option<Vec<GroupConfigurationItem>>,
pub status: Option<GroupConfigurationStatus>,
pub failure_reason: Option<String>,
}Expand description
A service configuration associated with a resource group. The configuration options
are determined by the AWS service that defines the Type, and specifies
which resources can be included in the group. You can add a service configuration when
you create the group by using CreateGroup, or later by using the PutGroupConfiguration operation. 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.configuration: Option<Vec<GroupConfigurationItem>>The configuration currently associated with the group and in effect.
proposed_configuration: Option<Vec<GroupConfigurationItem>>If present, the new configuration that is in the process of being applied to the group.
status: Option<GroupConfigurationStatus>The current status of an attempt to update the group configuration.
failure_reason: Option<String>If present, the reason why a request to update the group configuration failed.
Implementations
Creates a new builder-style object to manufacture GroupConfiguration
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 GroupConfiguration
impl Send for GroupConfiguration
impl Sync for GroupConfiguration
impl Unpin for GroupConfiguration
impl UnwindSafe for GroupConfiguration
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