Class: Aws::S3::Types::Bucket
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Bucket
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
Date the bucket was created.
-
#name ⇒ String
The name of the bucket.
Instance Attribute Details
#creation_date ⇒ Time
Date the bucket was created.
364 365 366 367 368 |
# File 'lib/aws-sdk-s3/types.rb', line 364 class Bucket < Struct.new( :name, :creation_date) include Aws::Structure end |
#name ⇒ String
The name of the bucket.
364 365 366 367 368 |
# File 'lib/aws-sdk-s3/types.rb', line 364 class Bucket < Struct.new( :name, :creation_date) include Aws::Structure end |