Class: Aws::Glacier::Types::ListTagsForVaultOutput

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

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags attached to the vault. Each tag is composed of a key and a value.

Returns:

  • (Hash<String,String>)


1750
1751
1752
1753
1754
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1750

class ListTagsForVaultOutput < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end