Class: Aws::Omics::Types::GetS3AccessPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetS3AccessPolicyRequest
- 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 that has the access policy.
Instance Attribute Details
#s3_access_point_arn ⇒ String
The S3 access point ARN that has the access policy.
3128 3129 3130 3131 3132 |
# File 'lib/aws-sdk-omics/types.rb', line 3128 class GetS3AccessPolicyRequest < Struct.new( :s3_access_point_arn) SENSITIVE = [] include Aws::Structure end |