Class: Aws::Types::LogFieldsListItem
- Inherits:
-
Object
- Object
- Aws::Types::LogFieldsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_field_name ⇒ ::String
Returns the value of attribute log_field_name.
-
#log_field_type ⇒ Types::LogFieldType
Returns the value of attribute log_field_type.
Instance Attribute Details
#log_field_name ⇒ ::String
Returns the value of attribute log_field_name.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def log_field_name @log_field_name end |
#log_field_type ⇒ Types::LogFieldType
Returns the value of attribute log_field_type.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def log_field_type @log_field_type end |