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

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

Overview

Note:

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

{
  resource_arn: "ResourceARN", # required
  marker: "Marker",
  limit: 1,
}

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)


4517
4518
4519
4520
4521
4522
4523
# File 'lib/aws-sdk-storagegateway/types.rb', line 4517

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)


4517
4518
4519
4520
4521
4522
4523
# File 'lib/aws-sdk-storagegateway/types.rb', line 4517

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)


4517
4518
4519
4520
4521
4522
4523
# File 'lib/aws-sdk-storagegateway/types.rb', line 4517

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