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 ARN of the resource group for which you want to retrive the service configuration.
Instance Attribute Details
#group ⇒ String
The name or the ARN of the resource group for which you want to retrive the service configuration.
241 242 243 244 245 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 241 class GetGroupConfigurationInput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |