Class: Aws::Omics::Types::PutS3AccessPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::PutS3AccessPolicyRequest
- Includes:
- Structure
- Defined in:
- 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.
4941 4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-omics/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-omics/types.rb', line 4941 class PutS3AccessPolicyRequest < Struct.new( :s3_access_point_arn, :s3_access_policy) SENSITIVE = [] include Aws::Structure end |