Class: Aws::Types::ListFlowOperationResultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowOperationResultsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#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_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
-
#flows ⇒ ::Array[Types::Flow]
Returns the value of attribute flows.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def flow_operation_status @flow_operation_status end |
#flow_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def @flow_request_timestamp end |
#flows ⇒ ::Array[Types::Flow]
Returns the value of attribute flows.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def flows @flows end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def @status_message end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def vpc_endpoint_id @vpc_endpoint_id end |