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.
580 581 582 |
# File 'sig/types.rbs', line 580 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def flow_operation_id @flow_operation_id end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
581 582 583 |
# File 'sig/types.rbs', line 581 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def vpc_endpoint_id @vpc_endpoint_id end |