Class: Aws::Types::ListDataIntegrationAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_integration_associations ⇒ ::Array[Types::DataIntegrationAssociationSummary]

Returns the value of attribute data_integration_associations.



354
355
356
# File 'sig/types.rbs', line 354

def data_integration_associations
  @data_integration_associations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def next_token
  @next_token
end