Class: Aws::Transfer::Types::ListTagsForResourceRequest

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

Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

Returns:

  • (String)


3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3967

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

#max_resultsInteger

Specifies the number of tags to return as a response to the ListTagsForResource request.

Returns:

  • (Integer)


3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3967

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

#next_tokenString

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

Returns:

  • (String)


3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3967

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