Class: Aws::Types::LoggingFormat
- Inherits:
-
Object
- Object
- Aws::Types::LoggingFormat
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json ⇒ ::Array[Types::JsonFormatRef]
Returns the value of attribute json.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#json ⇒ ::Array[Types::JsonFormatRef]
Returns the value of attribute json.
933 934 935 |
# File 'sig/types.rbs', line 933 def json @json end |
#text ⇒ ::String
Returns the value of attribute text.
934 935 936 |
# File 'sig/types.rbs', line 934 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
935 936 937 |
# File 'sig/types.rbs', line 935 def unknown @unknown end |