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)


758
759
760
# File 'sig/types.rbs', line 758

def log_format
  @log_format
end

#max_aggregation_interval::Integer

Returns the value of attribute max_aggregation_interval.

Returns:

  • (::Integer)


760
761
762
# File 'sig/types.rbs', line 760

def max_aggregation_interval
  @max_aggregation_interval
end

#traffic_type::String

Returns the value of attribute traffic_type.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def traffic_type
  @traffic_type
end