Class: Aws::Types::AssociateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_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.
316 317 318 |
# File 'sig/types.rbs', line 316 def flow_id @flow_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def instance_id @instance_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def resource_id @resource_id end |
#resource_type ⇒ "SMS_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
317 318 319 |
# File 'sig/types.rbs', line 317 def resource_type @resource_type end |