Class: Aws::Types::AwsElasticsearchDomainLogPublishingOptions
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainLogPublishingOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Returns the value of attribute audit_logs.
-
#index_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Returns the value of attribute index_slow_logs.
-
#search_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Returns the value of attribute search_slow_logs.
Instance Attribute Details
#audit_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Returns the value of attribute audit_logs.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def audit_logs @audit_logs end |
#index_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Returns the value of attribute index_slow_logs.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def index_slow_logs @index_slow_logs end |
#search_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Returns the value of attribute search_slow_logs.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def search_slow_logs @search_slow_logs end |