Class: Aws::FSx::Types::DescribeS3AccessPointAttachmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous ‘NextToken` value left off.

Returns:

  • (String)


5354
5355
5356
5357
5358
5359
# File 'lib/aws-sdk-fsx/types.rb', line 5354

class DescribeS3AccessPointAttachmentsResponse < Struct.new(
  :s3_access_point_attachments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#s3_access_point_attachmentsArray<Types::S3AccessPointAttachment>

Array of S3 access point attachments returned after a successful ‘DescribeS3AccessPointAttachments` operation.

Returns:



5354
5355
5356
5357
5358
5359
# File 'lib/aws-sdk-fsx/types.rb', line 5354

class DescribeS3AccessPointAttachmentsResponse < Struct.new(
  :s3_access_point_attachments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end