Module: Aws::NetworkFirewall::Client::_ListFlowOperationResultsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFlowOperationResultsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone ⇒ ::String
- #firewall_arn ⇒ ::String
- #flow_operation_id ⇒ ::String
- #flow_operation_status ⇒ "COMPLETED", ...
- #flow_request_timestamp ⇒ ::Time
- #flows ⇒ ::Array[Types::Flow]
- #next_token ⇒ ::String
- #status_message ⇒ ::String
- #vpc_endpoint_association_arn ⇒ ::String
- #vpc_endpoint_id ⇒ ::String
Instance Method Details
#availability_zone ⇒ ::String
953 |
# File 'sig/client.rbs', line 953
def availability_zone: () -> ::String
|
#firewall_arn ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def firewall_arn: () -> ::String
|
#flow_operation_id ⇒ ::String
956 |
# File 'sig/client.rbs', line 956
def flow_operation_id: () -> ::String
|
#flow_operation_status ⇒ "COMPLETED", ...
957 |
# File 'sig/client.rbs', line 957
def flow_operation_status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED" | "COMPLETED_WITH_ERRORS")
|
#flow_request_timestamp ⇒ ::Time
959 |
# File 'sig/client.rbs', line 959
def flow_request_timestamp: () -> ::Time
|
#flows ⇒ ::Array[Types::Flow]
960 |
# File 'sig/client.rbs', line 960
def flows: () -> ::Array[Types::Flow]
|
#next_token ⇒ ::String
961 |
# File 'sig/client.rbs', line 961
def next_token: () -> ::String
|
#status_message ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def status_message: () -> ::String
|
#vpc_endpoint_association_arn ⇒ ::String
954 |
# File 'sig/client.rbs', line 954
def vpc_endpoint_association_arn: () -> ::String
|
#vpc_endpoint_id ⇒ ::String
955 |
# File 'sig/client.rbs', line 955
def vpc_endpoint_id: () -> ::String
|