Class: Aws::Types::VPCFlowLogParameters
- Inherits:
-
Object
- Object
- Aws::Types::VPCFlowLogParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_format ⇒ ::String
Returns the value of attribute log_format.
-
#max_aggregation_interval ⇒ ::Integer
Returns the value of attribute max_aggregation_interval.
-
#traffic_type ⇒ ::String
Returns the value of attribute traffic_type.
Instance Attribute Details
#log_format ⇒ ::String
Returns the value of attribute log_format.
747 748 749 |
# File 'sig/types.rbs', line 747 def log_format @log_format end |
#max_aggregation_interval ⇒ ::Integer
Returns the value of attribute max_aggregation_interval.
749 750 751 |
# File 'sig/types.rbs', line 749 def max_aggregation_interval @max_aggregation_interval end |
#traffic_type ⇒ ::String
Returns the value of attribute traffic_type.
748 749 750 |
# File 'sig/types.rbs', line 748 def traffic_type @traffic_type end |