Class: Aws::S3::Types::BucketInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::BucketInfo
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Specifies the information about the bucket that will be created. For more information about directory buckets, see Directory buckets in the Amazon S3 User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_redundancy ⇒ String
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
-
#type ⇒ String
The type of bucket.
Instance Attribute Details
#data_redundancy ⇒ String
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
419 420 421 422 423 424 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 419 class BucketInfo < Struct.new( :data_redundancy, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of bucket.
419 420 421 422 423 424 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 419 class BucketInfo < Struct.new( :data_redundancy, :type) SENSITIVE = [] include Aws::Structure end |