Class: Aws::Types::ListDataIntegrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataIntegrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_integrations ⇒ ::Array[Types::DataIntegrationSummary]
Returns the value of attribute data_integrations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_integrations ⇒ ::Array[Types::DataIntegrationSummary]
Returns the value of attribute data_integrations.
366 367 368 |
# File 'sig/types.rbs', line 366 def data_integrations @data_integrations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
367 368 369 |
# File 'sig/types.rbs', line 367 def next_token @next_token end |