Class: Aws::SSOAdmin::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token for the list API.
-
#tags ⇒ Array<Types::Tag>
A set of key-value pairs that are used to manage the resource.
Instance Attribute Details
#next_token ⇒ String
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3228 class ListTagsForResourceResponse < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A set of key-value pairs that are used to manage the resource.
3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3228 class ListTagsForResourceResponse < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |