Class: Aws::FSx::Types::DescribeDataRepositoryAssociationsResponse

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

#associationsArray<Types::DataRepositoryAssociation>

An array of one or more data repository association descriptions.



4838
4839
4840
4841
4842
4843
# File 'lib/aws-sdk-fsx/types.rb', line 4838

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

#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)


4838
4839
4840
4841
4842
4843
# File 'lib/aws-sdk-fsx/types.rb', line 4838

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