Class: Aws::Types::DescribeFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4706 4707 4708 |
# File 'sig/types.rbs', line 4706 def aws_account_id @aws_account_id end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
4707 4708 4709 |
# File 'sig/types.rbs', line 4707 def flow_id @flow_id end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
4708 4709 4710 |
# File 'sig/types.rbs', line 4708 def publish_state @publish_state end |