Class: Aws::Types::LoggingFormat

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

Defined Under Namespace

Classes: Json, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#json::Array[Types::JsonFormatRef]

Returns the value of attribute json.

Returns:



933
934
935
# File 'sig/types.rbs', line 933

def json
  @json
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


935
936
937
# File 'sig/types.rbs', line 935

def unknown
  @unknown
end