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


869
870
871
# File 'sig/types.rbs', line 869

def options
  @options
end

#type"fluentd", "fluentbit"

Returns the value of attribute type.

Returns:

  • ("fluentd", "fluentbit")


868
869
870
# File 'sig/types.rbs', line 868

def type
  @type
end