Class: Aws::FSx::Types::CreateAndAttachS3AccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateAndAttachS3AccessPointResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_access_point_attachment ⇒ Types::S3AccessPointAttachment
Describes the configuration of the S3 access point created.
Instance Attribute Details
#s3_access_point_attachment ⇒ Types::S3AccessPointAttachment
Describes the configuration of the S3 access point created.
1191 1192 1193 1194 1195 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1191 class CreateAndAttachS3AccessPointResponse < Struct.new( :s3_access_point_attachment) SENSITIVE = [] include Aws::Structure end |