Class: Aws::Types::PrepareFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::PrepareFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "Failed", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def id @id end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def status @status end |