Class: Aws::Types::CloudWatchLogsConfig
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
272 273 274 |
# File 'sig/types.rbs', line 272 def group_name @group_name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
271 272 273 |
# File 'sig/types.rbs', line 271 def status @status end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def stream_name @stream_name end |