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.
5360 5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5360 class LogPublishingOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the log publishing options for the domain.
5360 5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5360 class LogPublishingOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |