Class: Aws::Types::ListDataIntegrationAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataIntegrationAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_integration_identifier ⇒ ::String
Returns the value of attribute data_integration_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_integration_identifier ⇒ ::String
Returns the value of attribute data_integration_identifier.
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.
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.
348 349 350 |
# File 'sig/types.rbs', line 348 def next_token @next_token end |