Class: Aws::DataExchange::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::TagResourceRequest
- 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.
-
#tags ⇒ Hash<String,String>
A label that consists of a customer-defined key and an optional value.
Instance Attribute Details
#resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
3059 3060 3061 3062 3063 3064 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3059 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A label that consists of a customer-defined key and an optional value.
3059 3060 3061 3062 3063 3064 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3059 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |