Class: Aws::Omics::Types::PutS3AccessPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::PutS3AccessPolicyResponse
- 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 now has the access policy.
-
#store_id ⇒ String
The AWS-generated Sequence Store or Reference Store ID.
-
#store_type ⇒ String
The type of store associated with the access point.
Instance Attribute Details
#s3_access_point_arn ⇒ String
The S3 access point ARN that now has the access policy.
4962 4963 4964 4965 4966 4967 4968 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4962 class PutS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type) SENSITIVE = [] include Aws::Structure end |
#store_id ⇒ String
The AWS-generated Sequence Store or Reference Store ID.
4962 4963 4964 4965 4966 4967 4968 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4962 class PutS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type) SENSITIVE = [] include Aws::Structure end |
#store_type ⇒ String
The type of store associated with the access point.
4962 4963 4964 4965 4966 4967 4968 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4962 class PutS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type) SENSITIVE = [] include Aws::Structure end |