Class: Aws::S3Control::Types::PutMultiRegionAccessPointPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::PutMultiRegionAccessPointPolicyRequest
 
 
- 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::PutMultiRegionAccessPointPolicyInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A container element containing the details of the policy for 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.
      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_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.
      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  | 
  
#details ⇒ Types::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  |