Class: Aws::DataExchange::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
-
#tag_keys ⇒ Array<String>
The key tags.
Instance Attribute Details
#resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3091 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The key tags.
3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3091 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |