Class: Aws::StorageGateway::Types::ListTagsForResourceOutput

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

Overview

ListTagsForResourceOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)


4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4507

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

#resource_arnString

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

Returns:

  • (String)


4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4507

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

#tagsArray<Types::Tag>

An array that contains the tags for the specified resource.

Returns:



4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4507

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