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

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

#associationsArray<Types::DataRepositoryAssociation>

An array of one or more data repository association descriptions.



4773
4774
4775
4776
4777
4778
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4773

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)


4773
4774
4775
4776
4777
4778
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4773

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