You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroups::Types::GroupConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configurationArray<Types::GroupConfigurationItem>

The configuration currently associated with the group and in effect.

Returns:

#failure_reasonString

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

Returns:

  • (String)

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

#proposed_configurationArray<Types::GroupConfigurationItem>

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

Returns:

#statusString

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

Possible values:

  • UPDATING
  • UPDATE_COMPLETE
  • UPDATE_FAILED

Returns:

  • (String)

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