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])


862
863
864
# File 'sig/types.rbs', line 862

def options
  @options
end

#type"fluentd", "fluentbit"

Returns the value of attribute type.

Returns:

  • ("fluentd", "fluentbit")


861
862
863
# File 'sig/types.rbs', line 861

def type
  @type
end