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

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

Overview

Note:

When making an API call, you may pass ListTagsForResourceRequest data as a hash:

{
  arn: "Arn", # required
  max_results: 1,
  next_token: "NextToken",
}

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 AWS resource, such as a server, user, or role.

Returns:

  • (String)


607
608
609
610
611
612
# File 'lib/aws-sdk-transfer/types.rb', line 607

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

#max_resultsInteger

Returns:

  • (Integer)


607
608
609
610
611
612
# File 'lib/aws-sdk-transfer/types.rb', line 607

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

#next_tokenString

Returns:

  • (String)


607
608
609
610
611
612
# File 'lib/aws-sdk-transfer/types.rb', line 607

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