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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-storagegateway/types.rb', line 4484

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)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-storagegateway/types.rb', line 4484

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:



4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-storagegateway/types.rb', line 4484

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