Class: Aws::Types::LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
Instance Attribute Details
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def log_group_name @log_group_name end |
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def logging_role @logging_role end |