Class: Aws::Omics::Types::DeleteS3AccessPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteS3AccessPolicyRequest
- 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.
1541 1542 1543 1544 1545 |
# File 'lib/aws-sdk-omics/types.rb', line 1541 class DeleteS3AccessPolicyRequest < Struct.new( :s3_access_point_arn) SENSITIVE = [] include Aws::Structure end |