Class: Aws::ResourceGroups::Types::GroupIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GroupIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
The unique identifiers for a resource group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_arn ⇒ String
The ARN of the resource group.
-
#group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#group_arn ⇒ String
The ARN of the resource group.
547 548 549 550 551 552 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 547 class GroupIdentifier < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the resource group.
547 548 549 550 551 552 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 547 class GroupIdentifier < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |