Class: Aws::Types::DescribeDataRepositoryAssociationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associations::Array[Types::DataRepositoryAssociation]

Returns the value of attribute associations.

Returns:



812
813
814
# File 'sig/types.rbs', line 812

def associations
  @associations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def next_token
  @next_token
end