Class: Aws::Types::FlowOperation
- Inherits:
-
Object
- Object
- Aws::Types::FlowOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#flow_filters ⇒ ::Array[Types::FlowFilter]
Returns the value of attribute flow_filters.
918 919 920 |
# File 'sig/types.rbs', line 918 def flow_filters @flow_filters end |
#minimum_flow_age_in_seconds ⇒ ::Integer
Returns the value of attribute minimum_flow_age_in_seconds.
917 918 919 |
# File 'sig/types.rbs', line 917 def minimum_flow_age_in_seconds @minimum_flow_age_in_seconds end |