Class: Aws::Types::FlowOperationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FlowOperationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
-
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
-
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
-
#flow_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
Instance Attribute Details
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
923 924 925 |
# File 'sig/types.rbs', line 923 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
926 927 928 |
# File 'sig/types.rbs', line 926 def flow_operation_status @flow_operation_status end |
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
924 925 926 |
# File 'sig/types.rbs', line 924 def flow_operation_type @flow_operation_type end |
#flow_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
925 926 927 |
# File 'sig/types.rbs', line 925 def @flow_request_timestamp end |