Class: Aws::S3Control::Types::Region

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

Overview

A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the associated bucket for the Region.

Returns:

  • (String)


6309
6310
6311
6312
6313
6314
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6309

class Region < Struct.new(
  :bucket,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_account_idString

The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.

Returns:

  • (String)


6309
6310
6311
6312
6313
6314
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6309

class Region < Struct.new(
  :bucket,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end