Class: Aws::Types::DescribeFlowOperationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowOperationRequest
- 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.
-
#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.
575 576 577 |
# File 'sig/types.rbs', line 575 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
574 575 576 |
# File 'sig/types.rbs', line 574 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
578 579 580 |
# File 'sig/types.rbs', line 578 def flow_operation_id @flow_operation_id end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
576 577 578 |
# File 'sig/types.rbs', line 576 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def vpc_endpoint_id @vpc_endpoint_id end |