Class: Aws::Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Returns the value of attribute audit_logs.
-
#index_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Returns the value of attribute index_slow_logs.
-
#search_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Returns the value of attribute search_slow_logs.
Instance Attribute Details
#audit_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Returns the value of attribute audit_logs.
3361 3362 3363 |
# File 'sig/types.rbs', line 3361 def audit_logs @audit_logs end |
#index_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Returns the value of attribute index_slow_logs.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def index_slow_logs @index_slow_logs end |
#search_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Returns the value of attribute search_slow_logs.
3360 3361 3362 |
# File 'sig/types.rbs', line 3360 def search_slow_logs @search_slow_logs end |