Class: Aws::S3Control::Types::GetBucketResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetBucketResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The Outposts bucket requested.
-
#creation_date ⇒ Time
The creation date of the Outposts bucket.
- #public_access_block_enabled ⇒ Boolean
Instance Attribute Details
#bucket ⇒ String
The Outposts bucket requested.
2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/aws-sdk-s3control/types.rb', line 2998 class GetBucketResult < Struct.new( :bucket, :public_access_block_enabled, :creation_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The creation date of the Outposts bucket.
2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/aws-sdk-s3control/types.rb', line 2998 class GetBucketResult < Struct.new( :bucket, :public_access_block_enabled, :creation_date) SENSITIVE = [] include Aws::Structure end |
#public_access_block_enabled ⇒ Boolean
2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/aws-sdk-s3control/types.rb', line 2998 class GetBucketResult < Struct.new( :bucket, :public_access_block_enabled, :creation_date) SENSITIVE = [] include Aws::Structure end |