Module: Aws::NetworkFirewall::Client::_DescribeFlowOperationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFlowOperationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone ⇒ ::String
- #firewall_arn ⇒ ::String
- #flow_operation ⇒ Types::FlowOperation
- #flow_operation_id ⇒ ::String
- #flow_operation_status ⇒ "COMPLETED", ...
- #flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
- #flow_request_timestamp ⇒ ::Time
- #status_message ⇒ ::String
- #vpc_endpoint_association_arn ⇒ ::String
- #vpc_endpoint_id ⇒ ::String
Instance Method Details
#availability_zone ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def availability_zone: () -> ::String
|
#firewall_arn ⇒ ::String
684 |
# File 'sig/client.rbs', line 684
def firewall_arn: () -> ::String
|
#flow_operation ⇒ Types::FlowOperation
693 |
# File 'sig/client.rbs', line 693
def flow_operation: () -> Types::FlowOperation
|
#flow_operation_id ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def flow_operation_id: () -> ::String
|
#flow_operation_status ⇒ "COMPLETED", ...
690 |
# File 'sig/client.rbs', line 690
def flow_operation_status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED" | "COMPLETED_WITH_ERRORS")
|
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
689 |
# File 'sig/client.rbs', line 689
def flow_operation_type: () -> ("FLOW_FLUSH" | "FLOW_CAPTURE")
|
#flow_request_timestamp ⇒ ::Time
692 |
# File 'sig/client.rbs', line 692
def flow_request_timestamp: () -> ::Time
|
#status_message ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def status_message: () -> ::String
|
#vpc_endpoint_association_arn ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def vpc_endpoint_association_arn: () -> ::String
|
#vpc_endpoint_id ⇒ ::String
687 |
# File 'sig/client.rbs', line 687
def vpc_endpoint_id: () -> ::String
|