Class: Aws::Types::CreateLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
46 47 48 |
# File 'sig/types.rbs', line 46 def destination_configuration @destination_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
45 46 47 |
# File 'sig/types.rbs', line 45 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
47 48 49 |
# File 'sig/types.rbs', line 47 def end |