Class: Aws::Types::LogFieldType
- Inherits:
-
Object
- Object
- Aws::Types::LogFieldType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#element ⇒ Types::LogFieldType
Returns the value of attribute element.
-
#fields ⇒ ::Array[Types::LogFieldsListItem]
Returns the value of attribute fields.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#element ⇒ Types::LogFieldType
Returns the value of attribute element.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def element @element end |
#fields ⇒ ::Array[Types::LogFieldsListItem]
Returns the value of attribute fields.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def fields @fields end |
#type ⇒ ::String
Returns the value of attribute type.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def type @type end |