Class: Aws::Types::GetFlowMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowMetadataInput
- 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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6382 6383 6384 |
# File 'sig/types.rbs', line 6382 def aws_account_id @aws_account_id end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
6383 6384 6385 |
# File 'sig/types.rbs', line 6383 def flow_id @flow_id end |