Class: Aws::Omics::Types::GetS3AccessPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Omics::Types::GetS3AccessPolicyResponse
 
 
- 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 that has the access policy.
 - 
  
    
      #s3_access_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current resource policy that controls S3 access on the store.
 - 
  
    
      #store_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services-generated Sequence Store or Reference Store ID.
 - 
  
    
      #store_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of store associated with the access point.
 - 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the policy was last updated.
 
Instance Attribute Details
#s3_access_point_arn ⇒ String
The S3 access point ARN that has the access policy.
      3657 3658 3659 3660 3661 3662 3663 3664 3665  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 class GetS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type, :update_time, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_access_policy ⇒ String
The current resource policy that controls S3 access on the store.
      3657 3658 3659 3660 3661 3662 3663 3664 3665  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 class GetS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type, :update_time, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#store_id ⇒ String
The Amazon Web Services-generated Sequence Store or Reference Store ID.
      3657 3658 3659 3660 3661 3662 3663 3664 3665  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 class GetS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type, :update_time, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#store_type ⇒ String
The type of store associated with the access point.
      3657 3658 3659 3660 3661 3662 3663 3664 3665  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 class GetS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type, :update_time, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#update_time ⇒ Time
The time when the policy was last updated.
      3657 3658 3659 3660 3661 3662 3663 3664 3665  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 class GetS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type, :update_time, :s3_access_policy) SENSITIVE = [] include Aws::Structure end  |