Class: Aws::Types::ListConnectInstanceIntegrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectInstanceIntegrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
487 488 489 |
# File 'sig/types.rbs', line 487 def connect_instance_id @connect_instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
488 489 490 |
# File 'sig/types.rbs', line 488 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
489 490 491 |
# File 'sig/types.rbs', line 489 def next_token @next_token end |