Class: Aws::Types::CloudWatchConfig
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#large_data_delivery_s3_config ⇒ Types::S3Config
Returns the value of attribute large_data_delivery_s3_config.
-
#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
#large_data_delivery_s3_config ⇒ Types::S3Config
Returns the value of attribute large_data_delivery_s3_config.
887 888 889 |
# File 'sig/types.rbs', line 887 def large_data_delivery_s3_config @large_data_delivery_s3_config end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
885 886 887 |
# File 'sig/types.rbs', line 885 def log_group_name @log_group_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
886 887 888 |
# File 'sig/types.rbs', line 886 def role_arn @role_arn end |