Class: Aws::Glacier::Types::CreateVaultOutput

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

#locationString

The URI of the vault that was created.

Returns:

  • (String)


386
387
388
389
# File 'lib/aws-sdk-glacier/types.rb', line 386

class CreateVaultOutput < Struct.new(
  :location)
  include Aws::Structure
end