Class: Aws::Types::DescribeFlowOperationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowOperationResponse
- 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 ⇒ Types::FlowOperation
Returns the value of attribute flow_operation.
-
#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_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
-
#flow_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
-
#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.
584 585 586 |
# File 'sig/types.rbs', line 584 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
583 584 585 |
# File 'sig/types.rbs', line 583 def firewall_arn @firewall_arn end |
#flow_operation ⇒ Types::FlowOperation
Returns the value of attribute flow_operation.
592 593 594 |
# File 'sig/types.rbs', line 592 def flow_operation @flow_operation end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
589 590 591 |
# File 'sig/types.rbs', line 589 def flow_operation_status @flow_operation_status end |
#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"
Returns the value of attribute flow_operation_type.
588 589 590 |
# File 'sig/types.rbs', line 588 def flow_operation_type @flow_operation_type end |
#flow_request_timestamp ⇒ ::Time
Returns the value of attribute flow_request_timestamp.
591 592 593 |
# File 'sig/types.rbs', line 591 def @flow_request_timestamp end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
590 591 592 |
# File 'sig/types.rbs', line 590 def @status_message end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
585 586 587 |
# File 'sig/types.rbs', line 585 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
586 587 588 |
# File 'sig/types.rbs', line 586 def vpc_endpoint_id @vpc_endpoint_id end |