Class: Aws::Omics::Types::PutS3AccessPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Omics::Types::PutS3AccessPolicyRequest
 
 
- Defined in:
 - gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_access_point_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 access point ARN where you want to put the access policy.
 - 
  
    
      #s3_access_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource policy that controls S3 access to the store.
 
Instance Attribute Details
#s3_access_point_arn ⇒ String
The S3 access point ARN where you want to put the access policy.
      5750 5751 5752 5753 5754 5755  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5750 class PutS3AccessPolicyRequest < Struct.new( :s3_access_point_arn, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_access_policy ⇒ String
The resource policy that controls S3 access to the store.
      5750 5751 5752 5753 5754 5755  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5750 class PutS3AccessPolicyRequest < Struct.new( :s3_access_point_arn, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  |