Class: Aws::Types::UpdateLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
315 316 317 |
# File 'sig/types.rbs', line 315 def destination_configuration @destination_configuration end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
313 314 315 |
# File 'sig/types.rbs', line 313 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
314 315 316 |
# File 'sig/types.rbs', line 314 def name @name end |