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
662 |
# File 'sig/client.rbs', line 662
def availability_zone: () -> ::String
|
#firewall_arn ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def firewall_arn: () -> ::String
|
#flow_operation ⇒ Types::FlowOperation
670 |
# File 'sig/client.rbs', line 670
def flow_operation: () -> Types::FlowOperation
|
#flow_operation_id ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def flow_operation_id: () -> ::String
|
#flow_operation_status ⇒ "COMPLETED", ...
667 |
# File 'sig/client.rbs', line 667
def flow_operation_status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED" | "COMPLETED_WITH_ERRORS")
|
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
666 |
# File 'sig/client.rbs', line 666
def flow_operation_type: () -> ("FLOW_FLUSH" | "FLOW_CAPTURE")
|
#flow_request_timestamp ⇒ ::Time
669 |
# File 'sig/client.rbs', line 669
def flow_request_timestamp: () -> ::Time
|
#status_message ⇒ ::String
668 |
# File 'sig/client.rbs', line 668
def status_message: () -> ::String
|
#vpc_endpoint_association_arn ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def vpc_endpoint_association_arn: () -> ::String
|
#vpc_endpoint_id ⇒ ::String
664 |
# File 'sig/client.rbs', line 664
def vpc_endpoint_id: () -> ::String
|