Class: Aws::S3Control::Types::CreateMultiRegionAccessPointRequest

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

#account_idString

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.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#detailsTypes::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