Class: Aws::Types::ListConnectInstanceIntegrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectInstanceIntegrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_summary_list ⇒ ::Array[Types::IntegrationSummary]
Returns the value of attribute integration_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#integration_summary_list ⇒ ::Array[Types::IntegrationSummary]
Returns the value of attribute integration_summary_list.
495 496 497 |
# File 'sig/types.rbs', line 495 def integration_summary_list @integration_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
494 495 496 |
# File 'sig/types.rbs', line 494 def next_token @next_token end |