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
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.
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

The configuration currently associated with the group and in effect.

If present, the new configuration that is in the process of being applied to the group.

The current status of an attempt to update the group configuration.

If present, the reason why a request to update the group configuration failed.

Creates a new builder-style object to manufacture GroupConfiguration

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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