Class: Aws::DataSync::Types::ListTagsForResourceRequest

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

Overview

ListTagsForResourceRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies how many results that you want in the response.

Returns:

  • (Integer)


3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3487

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

#next_tokenString

Specifies an opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3487

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

#resource_arnString

Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3487

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