Class: Aws::Types::UpdateWhatsAppFlowAssetsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWhatsAppFlowAssetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#flow_json ⇒ ::String
Returns the value of attribute flow_json.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def flow_id @flow_id end |
#flow_json ⇒ ::String
Returns the value of attribute flow_json.
584 585 586 |
# File 'sig/types.rbs', line 584 def flow_json @flow_json end |
#id ⇒ ::String
Returns the value of attribute id.
582 583 584 |
# File 'sig/types.rbs', line 582 def id @id end |