Class: Aws::Types::StartFlowCaptureRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFlowCaptureRequest
- 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_filters ⇒ ::Array[Types::FlowFilter]
Returns the value of attribute flow_filters.
-
#minimum_flow_age_in_seconds ⇒ ::Integer
Returns the value of attribute minimum_flow_age_in_seconds.
-
#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.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def availability_zone @availability_zone end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def firewall_arn @firewall_arn end |
#flow_filters ⇒ ::Array[Types::FlowFilter]
Returns the value of attribute flow_filters.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def flow_filters @flow_filters end |
#minimum_flow_age_in_seconds ⇒ ::Integer
Returns the value of attribute minimum_flow_age_in_seconds.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def minimum_flow_age_in_seconds @minimum_flow_age_in_seconds end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def vpc_endpoint_id @vpc_endpoint_id end |