Class: Aws::ConfigService::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-configservice/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.
-
#tag_keys ⇒ Array<String>
The keys of the tags to be removed.
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
9450 9451 9452 9453 9454 9455 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9450 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the tags to be removed.
9450 9451 9452 9453 9454 9455 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9450 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |