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.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def element @element end |
#fields ⇒ ::Array[Types::LogFieldsListItem]
Returns the value of attribute fields.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def fields @fields end |
#type ⇒ ::String
Returns the value of attribute type.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def type @type end |