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 AWS-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.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3156 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.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3156 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 AWS-generated Sequence Store or Reference Store ID.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3156 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.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3156 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.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3156 class GetS3AccessPolicyResponse < Struct.new( :s3_access_point_arn, :store_id, :store_type, :update_time, :s3_access_policy) SENSITIVE = [] include Aws::Structure end |