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. Currently, the supported resources are
ConfigRule
, ConfigurationAggregator
and
AggregatorAuthorization
.
8907 8908 8909 8910 8911 8912 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8907 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.
8907 8908 8909 8910 8911 8912 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8907 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |