Class: Aws::Types::CloudWatchLogsDestination
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogsDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
Instance Attribute Details
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def iam_role_arn @iam_role_arn end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def log_group_arn @log_group_arn end |