Class: Aws::FSx::Types::CreateAndAttachS3AccessPointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_access_point_attachmentTypes::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