Class: Aws::Types::UpdateLoggerDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLoggerDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logger_definition_id ⇒ ::String
Returns the value of attribute logger_definition_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#logger_definition_id ⇒ ::String
Returns the value of attribute logger_definition_id.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def logger_definition_id @logger_definition_id end |
#name ⇒ ::String
Returns the value of attribute name.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def name @name end |