Class: Aws::ElasticsearchService::Types::LogPublishingOptionsStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/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 Elasticsearch domain.

Returns:



3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3235

class LogPublishingOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that's included.

Returns:



3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3235

class LogPublishingOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end