Class: Aws::S3Control::Types::RegionalBucket

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

Overview

The container for the regional bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString



6788
6789
6790
6791
6792
6793
6794
6795
6796
# File 'lib/aws-sdk-s3control/types.rb', line 6788

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

#bucket_arnString

The Amazon Resource Name (ARN) for the regional bucket.



6788
6789
6790
6791
6792
6793
6794
6795
6796
# File 'lib/aws-sdk-s3control/types.rb', line 6788

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

#creation_dateTime

The creation date of the regional bucket



6788
6789
6790
6791
6792
6793
6794
6795
6796
# File 'lib/aws-sdk-s3control/types.rb', line 6788

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

#outpost_idString

The Outposts ID of the regional bucket.



6788
6789
6790
6791
6792
6793
6794
6795
6796
# File 'lib/aws-sdk-s3control/types.rb', line 6788

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

#public_access_block_enabledBoolean



6788
6789
6790
6791
6792
6793
6794
6795
6796
# File 'lib/aws-sdk-s3control/types.rb', line 6788

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