Class: Aws::Types::VPCFlowLogParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_format::String

Returns the value of attribute log_format.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def traffic_type
  @traffic_type
end