Class: Aws::S3Control::Types::GetBucketResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Outposts bucket requested.

Returns:

  • (String)


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_dateTime

The creation date of the Outposts bucket.

Returns:

  • (Time)


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_enabledBoolean

Returns:

  • (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