Class: Aws::Types::GetFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
Instance Attribute Details
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def flow_identifier @flow_identifier end |
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def included_data @included_data end |