Class: Aws::Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def cloud_watch_logs_log_group_arn @cloud_watch_logs_log_group_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def enabled @enabled end |