Class: Aws::SSOAdmin::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

A set of key-value pairs that are used to manage the resource.

Returns:



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