Class: Aws::OpenSearchService::Types::LogPublishingOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::LogPublishingOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The configured log publishing options for the domain and their current status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Hash<String,Types::LogPublishingOption>
The log publishing options configured for the domain.
-
#status ⇒ Types::OptionStatus
The status of the log publishing options for the domain.
Instance Attribute Details
#options ⇒ Hash<String,Types::LogPublishingOption>
The log publishing options configured for the domain.
4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4695 class LogPublishingOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the log publishing options for the domain.
4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4695 class LogPublishingOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |