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

#log_driver"json-file", ...

Returns the value of attribute log_driver.

Returns:

  • ("json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens")


1701
1702
1703
# File 'sig/types.rbs', line 1701

def log_driver
  @log_driver
end

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

Returns the value of attribute options.

Returns:

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


1702
1703
1704
# File 'sig/types.rbs', line 1702

def options
  @options
end

#secret_options::Array[Types::Secret]

Returns the value of attribute secret_options.

Returns:



1703
1704
1705
# File 'sig/types.rbs', line 1703

def secret_options
  @secret_options
end