Class: Aws::EC2::Types::StorageLocation

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

Overview

Describes a storage location in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket.

Returns:

  • (String)


63044
63045
63046
63047
63048
63049
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63044

class StorageLocation < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key.

Returns:

  • (String)


63044
63045
63046
63047
63048
63049
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63044

class StorageLocation < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end