Class: Aws::CloudDirectory::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#tags ⇒ Array<Types::Tag>
A list of tag key value pairs that are associated with the response.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
4329 4330 4331 4332 4333 4334 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4329 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tag key value pairs that are associated with the response.
4329 4330 4331 4332 4333 4334 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4329 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |