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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


6189
6190
6191
6192
6193
6194
6195
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6189

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)


6189
6190
6191
6192
6193
6194
6195
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6189

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.



6189
6190
6191
6192
6193
6194
6195
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6189

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