Class: Aws::ResourceGroups::Types::GetGroupConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GetGroupConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group for which you want to retrive the service configuration.
Instance Attribute Details
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group for which you want to retrive the service configuration.
274 275 276 277 278 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 274 class GetGroupConfigurationInput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |