Class: Aws::S3Control::Types::CreateMultiRegionAccessPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateMultiRegionAccessPointRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
-
#client_token ⇒ String
An idempotency token used to identify the request and guarantee that requests are unique.
-
#details ⇒ Types::CreateMultiRegionAccessPointInput
A container element containing details about the Multi-Region Access Point.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the Multi-Region Access Point also must own the underlying buckets.
1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-s3control/types.rb', line 1319 class CreateMultiRegionAccessPointRequest < Struct.new( :account_id, :client_token, :details) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
An idempotency token used to identify the request and guarantee that requests are unique.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-s3control/types.rb', line 1319 class CreateMultiRegionAccessPointRequest < Struct.new( :account_id, :client_token, :details) SENSITIVE = [] include Aws::Structure end |
#details ⇒ Types::CreateMultiRegionAccessPointInput
A container element containing details about the Multi-Region Access Point.
1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-s3control/types.rb', line 1319 class CreateMultiRegionAccessPointRequest < Struct.new( :account_id, :client_token, :details) SENSITIVE = [] include Aws::Structure end |