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.
932 933 934 |
# File 'sig/types.rbs', line 932 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
935 936 937 |
# File 'sig/types.rbs', line 935 def flow_operation_status @flow_operation_status end |
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
933 934 935 |
# File 'sig/types.rbs', line 933 def flow_operation_type @flow_operation_type end |
#flow_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
934 935 936 |
# File 'sig/types.rbs', line 934 def @flow_request_timestamp end |