Class: Aws::RolesAnywhere::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tags attached to the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tags attached to the resource.
442 443 444 445 446 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 442 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |