Class: Aws::Types::CloudwatchLogsAction
- Inherits:
-
Object
- Object
- Aws::Types::CloudwatchLogsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
590 591 592 |
# File 'sig/types.rbs', line 590 def batch_mode @batch_mode end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
589 590 591 |
# File 'sig/types.rbs', line 589 def log_group_name @log_group_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def role_arn @role_arn end |