Class: Aws::Types::DisassociateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def instance_id @instance_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def resource_id @resource_id end |
#resource_type ⇒ "SMS_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def resource_type @resource_type end |