Class: Aws::Types::ListDataIntegrationAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_integration_identifier ⇒ ::String

Returns the value of attribute data_integration_identifier.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def data_integration_identifier
  @data_integration_identifier
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


349
350
351
# File 'sig/types.rbs', line 349

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def next_token
  @next_token
end