Class: Aws::StorageGateway::Types::ListTagsForResourceInput

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

Overview

ListTagsForResourceInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Specifies that the list of tags returned be limited to the specified number of items.

Returns:

  • (Integer)


4481
4482
4483
4484
4485
4486
4487
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4481

class ListTagsForResourceInput < Struct.new(
  :resource_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An opaque string that indicates the position at which to begin returning the list of tags.

Returns:

  • (String)


4481
4482
4483
4484
4485
4486
4487
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4481

class ListTagsForResourceInput < Struct.new(
  :resource_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which you want to list tags.

Returns:

  • (String)


4481
4482
4483
4484
4485
4486
4487
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4481

class ListTagsForResourceInput < Struct.new(
  :resource_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end