Class: Aws::Types::LogPublishingOptionsStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#options::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]

Returns the value of attribute options.

Returns:



1813
1814
1815
# File 'sig/types.rbs', line 1813

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



1814
1815
1816
# File 'sig/types.rbs', line 1814

def status
  @status
end