Class: Aws::Types::LogConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def error
  @error
end

#log_driver::String

Returns the value of attribute log_driver.

Returns:

  • (::String)


2381
2382
2383
# File 'sig/types.rbs', line 2381

def log_driver
  @log_driver
end

#options::Hash[::String, ::String]

Returns the value of attribute options.

Returns:

  • (::Hash[::String, ::String])


2382
2383
2384
# File 'sig/types.rbs', line 2382

def options
  @options
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


2383
2384
2385
# File 'sig/types.rbs', line 2383

def parameters
  @parameters
end