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