Class: Aws::Transfer::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN you specified to list the tags of.

Returns:

  • (String)


4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4006

class ListTagsForResourceResponse < Struct.new(
  :arn,
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When you can get additional results from the ListTagsForResource call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

Returns:

  • (String)


4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4006

class ListTagsForResourceResponse < Struct.new(
  :arn,
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define.

Returns:



4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4006

class ListTagsForResourceResponse < Struct.new(
  :arn,
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end