Class: Aws::DataExchange::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListTagsForResourceRequest
- 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.
Instance Attribute Details
#resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
2393 2394 2395 2396 2397 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2393 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |