Class: Aws::Types::ListFlowOperationResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowOperationResultsRequest
- 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.
-
#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.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def flow_operation_id @flow_operation_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def next_token @next_token end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def vpc_endpoint_id @vpc_endpoint_id end |