Class: Aws::ResourceGroups::Types::GetGroupConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GetGroupConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_configuration ⇒ Types::GroupConfiguration
A structure that describes the service configuration attached with the specified group.
Instance Attribute Details
#group_configuration ⇒ Types::GroupConfiguration
A structure that describes the service configuration attached with the specified group. For details about the service configuration syntax, see [Service configurations for Resource Groups].
[1]: docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html
292 293 294 295 296 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 292 class GetGroupConfigurationOutput < Struct.new( :group_configuration) SENSITIVE = [] include Aws::Structure end |