Class: Aws::ResourceGroups::Types::GetGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GetGroupInput
- 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 to retrieve.
-
#group_name ⇒ String
Deprecated - don’t use this parameter.
Instance Attribute Details
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group to retrieve.
309 310 311 312 313 314 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 309 class GetGroupInput < Struct.new( :group_name, :group) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
Deprecated - don’t use this parameter. Use ‘Group` instead.
309 310 311 312 313 314 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 309 class GetGroupInput < Struct.new( :group_name, :group) SENSITIVE = [] include Aws::Structure end |