Class: Aws::Types::FirelensConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute options.

Returns:

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


1321
1322
1323
# File 'sig/types.rbs', line 1321

def options
  @options
end

#type"fluentd", "fluentbit"

Returns the value of attribute type.

Returns:

  • ("fluentd", "fluentbit")


1320
1321
1322
# File 'sig/types.rbs', line 1320

def type
  @type
end