Class: Aws::Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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