Class: Aws::Types::ListFlowOperationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowOperationsRequest
- 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_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def firewall_arn @firewall_arn end |
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def flow_operation_type @flow_operation_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def next_token @next_token end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def vpc_endpoint_id @vpc_endpoint_id end |