Class: Aws::Types::ListWhatsAppFlowsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListWhatsAppFlowsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
352 353 354 |
# File 'sig/types.rbs', line 352 def id @id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
354 355 356 |
# File 'sig/types.rbs', line 354 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
353 354 355 |
# File 'sig/types.rbs', line 353 def next_token @next_token end |