Class: Aws::Types::AwsOpenSearchServiceDomainLogPublishingOption
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainLogPublishingOption
- 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.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def cloud_watch_logs_log_group_arn @cloud_watch_logs_log_group_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3354 3355 3356 |
# File 'sig/types.rbs', line 3354 def enabled @enabled end |