Class: Aws::SSOAdmin::Types::ListTagsForResourceRequest

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

#instance_arnString

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3209

class ListTagsForResourceRequest < Struct.new(
  :instance_arn,
  :next_token,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3209

class ListTagsForResourceRequest < Struct.new(
  :instance_arn,
  :next_token,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource with the tags to be listed.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3209

class ListTagsForResourceRequest < Struct.new(
  :instance_arn,
  :next_token,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end