Class: Aws::Types::AwsElasticsearchDomainLogPublishingOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::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_logsTypes::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_logsTypes::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