Class: Aws::Types::LogPublishingOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::LogPublishingOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
Returns the value of attribute options.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def status @status end |