Class: Aws::Types::CloudWatchLogOptionsSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_log_enabledBoolean

Returns the value of attribute bgp_log_enabled.

Returns:

  • (Boolean)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def bgp_log_enabled
  @bgp_log_enabled
end

#bgp_log_group_arn::String

Returns the value of attribute bgp_log_group_arn.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def bgp_log_group_arn
  @bgp_log_group_arn
end

#bgp_log_output_format::String

Returns the value of attribute bgp_log_output_format.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def bgp_log_output_format
  @bgp_log_output_format
end

#log_enabledBoolean

Returns the value of attribute log_enabled.

Returns:

  • (Boolean)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def log_enabled
  @log_enabled
end

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def log_group_arn
  @log_group_arn
end

#log_output_format::String

Returns the value of attribute log_output_format.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def log_output_format
  @log_output_format
end