Class: Aws::ResourceGroups::Types::GetTagsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GetTagsOutput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
TheAmazon resource name (ARN) of the tagged resource group.
-
#tags ⇒ Hash<String,String>
The tags associated with the specified resource group.
Instance Attribute Details
#arn ⇒ String
TheAmazon resource name (ARN) of the tagged resource group.
473 474 475 476 477 478 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 473 class GetTagsOutput < Struct.new( :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the specified resource group.
473 474 475 476 477 478 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 473 class GetTagsOutput < Struct.new( :arn, :tags) SENSITIVE = [] include Aws::Structure end |