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
976 |
# File 'sig/client.rbs', line 976
def availability_zone: () -> ::String
|
#firewall_arn ⇒ ::String
975 |
# File 'sig/client.rbs', line 975
def firewall_arn: () -> ::String
|
#flow_operation_id ⇒ ::String
979 |
# File 'sig/client.rbs', line 979
def flow_operation_id: () -> ::String
|
#flow_operation_status ⇒ "COMPLETED", ...
980 |
# File 'sig/client.rbs', line 980
def flow_operation_status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED" | "COMPLETED_WITH_ERRORS")
|
#flow_request_timestamp ⇒ ::Time
982 |
# File 'sig/client.rbs', line 982
def flow_request_timestamp: () -> ::Time
|
#flows ⇒ ::Array[Types::Flow]
983 |
# File 'sig/client.rbs', line 983
def flows: () -> ::Array[Types::Flow]
|
#next_token ⇒ ::String
984 |
# File 'sig/client.rbs', line 984
def next_token: () -> ::String
|
#status_message ⇒ ::String
981 |
# File 'sig/client.rbs', line 981
def status_message: () -> ::String
|
#vpc_endpoint_association_arn ⇒ ::String
977 |
# File 'sig/client.rbs', line 977
def vpc_endpoint_association_arn: () -> ::String
|
#vpc_endpoint_id ⇒ ::String
978 |
# File 'sig/client.rbs', line 978
def vpc_endpoint_id: () -> ::String
|