Class: Aws::BackupGateway::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource's tags that you listed.
-
#tags ⇒ Array<Types::Tag>
A list of the resource's tags.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource's tags that you listed.
771 772 773 774 775 776 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 771 class ListTagsForResourceOutput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of the resource's tags.
771 772 773 774 775 776 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 771 class ListTagsForResourceOutput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |