Class: Aws::Types::LogGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::LogGroupSummary
- 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.
-
#log_type ⇒ ::String
Returns the value of attribute log_type.
Instance Attribute Details
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
837 838 839 |
# File 'sig/types.rbs', line 837 def log_group_name @log_group_name end |
#log_type ⇒ ::String
Returns the value of attribute log_type.
838 839 840 |
# File 'sig/types.rbs', line 838 def log_type @log_type end |