Class: Aws::Glacier::Types::CreateVaultOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::CreateVaultOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The URI of the vault that was created.
Instance Attribute Details
#location ⇒ String
The URI of the vault that was created.
318 319 320 321 322 |
# File 'lib/aws-sdk-glacier/types.rb', line 318 class CreateVaultOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |