Class: Aws::Types::ListWhatsAppFlowAssetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListWhatsAppFlowAssetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_assets ⇒ ::Array[Types::MetaFlowAsset]
Returns the value of attribute flow_assets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_assets ⇒ ::Array[Types::MetaFlowAsset]
Returns the value of attribute flow_assets.
346 347 348 |
# File 'sig/types.rbs', line 346 def flow_assets @flow_assets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
347 348 349 |
# File 'sig/types.rbs', line 347 def next_token @next_token end |