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

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

Overview

Contains the Amazon Glacier response to your request.

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>)


2095
2096
2097
2098
# File 'lib/aws-sdk-glacier/types.rb', line 2095

class ListTagsForVaultOutput < Struct.new(
  :tags)
  include Aws::Structure
end