LogPublishingOptionsStatus
public struct LogPublishingOptionsStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The log publishing options configured for the Elasticsearch domain.
Declaration
Swift
public let options: [LogType : LogPublishingOption]? -
The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that’s included.
Declaration
Swift
public let status: OptionStatus? -
Undocumented
Declaration
Swift
public init(options: [LogType : LogPublishingOption]? = nil, status: OptionStatus? = nil)
View on GitHub
LogPublishingOptionsStatus Structure Reference