Class: Aws::StorageGateway::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
ListTagsForResourceOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An opaque string that indicates the position at which to stop returning the list of tags.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
-
#tags ⇒ Array<Types::Tag>
An array that contains the tags for the specified resource.
Instance Attribute Details
#marker ⇒ String
An opaque string that indicates the position at which to stop returning the list of tags.
4621 4622 4623 4624 4625 4626 4627 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4621 class ListTagsForResourceOutput < Struct.new( :resource_arn, :marker, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
4621 4622 4623 4624 4625 4626 4627 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4621 class ListTagsForResourceOutput < Struct.new( :resource_arn, :marker, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array that contains the tags for the specified resource.
4621 4622 4623 4624 4625 4626 4627 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4621 class ListTagsForResourceOutput < Struct.new( :resource_arn, :marker, :tags) SENSITIVE = [] include Aws::Structure end |