Class: Aws::Types::GetFlowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
-
#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.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def flow_version @flow_version end |
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def included_data @included_data end |