Class: Aws::Types::GetFlowAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowAssociationResponse
- 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 ⇒ "SMS_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def flow_id @flow_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def resource_id @resource_id end |
#resource_type ⇒ "SMS_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def resource_type @resource_type end |