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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


2947
2948
2949
2950
2951
2952
2953
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2947

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)


2947
2948
2949
2950
2951
2952
2953
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2947

class GetBucketResult < Struct.new(
  :bucket,
  :public_access_block_enabled,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#public_access_block_enabledBoolean

Returns:

  • (Boolean)


2947
2948
2949
2950
2951
2952
2953
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2947

class GetBucketResult < Struct.new(
  :bucket,
  :public_access_block_enabled,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end