Class: Aws::OpenSearchService::Types::LogPublishingOptionsStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsHash<String,Types::LogPublishingOption>

The log publishing options configured for the domain.

Returns:



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

#statusTypes::OptionStatus

The status of the log publishing options for the domain.

Returns:



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