Class: Aws::EC2::Types::StorageLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::StorageLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a storage location in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the S3 bucket.
-
#key ⇒ String
The key.
Instance Attribute Details
permalink #bucket ⇒ String
The name of the S3 bucket.
68456 68457 68458 68459 68460 68461 |
# File 'lib/aws-sdk-ec2/types.rb', line 68456 class StorageLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
permalink #key ⇒ String
The key.
68456 68457 68458 68459 68460 68461 |
# File 'lib/aws-sdk-ec2/types.rb', line 68456 class StorageLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |