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_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
Instance Attribute Details
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def log_group_arn @log_group_arn end |
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def log_group_class @log_group_class end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def log_group_name @log_group_name end |