Class: Aws::ConfigService::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
-
#tags ⇒ Array<Types::Tag>
An array of tag object.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:
-
‘ConfigurationRecorder`
-
‘ConfigRule`
-
‘OrganizationConfigRule`
-
‘ConformancePack`
-
‘OrganizationConformancePack`
-
‘ConfigurationAggregator`
-
‘AggregationAuthorization`
-
‘StoredQuery`
9311 9312 9313 9314 9315 9316 |
# File 'lib/aws-sdk-configservice/types.rb', line 9311 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tag object.
9311 9312 9313 9314 9315 9316 |
# File 'lib/aws-sdk-configservice/types.rb', line 9311 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |