Class: Aws::Types::FlowAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "WHATSAPP_MESSAGING_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
4011 4012 4013 |
# File 'sig/types.rbs', line 4011 def flow_id @flow_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
4010 4011 4012 |
# File 'sig/types.rbs', line 4010 def resource_id @resource_id end |
#resource_type ⇒ "WHATSAPP_MESSAGING_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
4012 4013 4014 |
# File 'sig/types.rbs', line 4012 def resource_type @resource_type end |