Class: Aws::AppFabric::Types::S3Bucket

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

Overview

Contains information about an Amazon S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the Amazon S3 bucket.

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1497

class S3Bucket < Struct.new(
  :bucket_name,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The object key to use.

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1497

class S3Bucket < Struct.new(
  :bucket_name,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end