Method: Aws::S3Control::Types::GetBucketResult#creation_date
- Defined in:
- lib/aws-sdk-s3control/types.rb
#creation_date ⇒ Time
The creation date of the Outposts bucket.
3176 3177 3178 3179 3180 3181 3182 |
# File 'lib/aws-sdk-s3control/types.rb', line 3176 class GetBucketResult < Struct.new( :bucket, :public_access_block_enabled, :creation_date) SENSITIVE = [] include Aws::Structure end |