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.
1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1224 class CreateAndAttachS3AccessPointResponse < Struct.new( :s3_access_point_attachment) SENSITIVE = [] include Aws::Structure end |