Class: Aws::S3Control::Types::PutMultiRegionAccessPointPolicyRequest

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.

Returns:

  • (String)


6366
6367
6368
6369
6370
6371
6372
# File 'lib/aws-sdk-s3control/types.rb', line 6366

class PutMultiRegionAccessPointPolicyRequest < 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)


6366
6367
6368
6369
6370
6371
6372
# File 'lib/aws-sdk-s3control/types.rb', line 6366

class PutMultiRegionAccessPointPolicyRequest < Struct.new(
  :account_id,
  :client_token,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#detailsTypes::PutMultiRegionAccessPointPolicyInput

A container element containing the details of the policy for the Multi-Region Access Point.



6366
6367
6368
6369
6370
6371
6372
# File 'lib/aws-sdk-s3control/types.rb', line 6366

class PutMultiRegionAccessPointPolicyRequest < Struct.new(
  :account_id,
  :client_token,
  :details)
  SENSITIVE = []
  include Aws::Structure
end