OptionStatus
public struct OptionStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Timestamp which tells the creation date for the entity.
Declaration
Swift
public let creationDate: TimeStamp -
Indicates whether the Elasticsearch domain is being deleted.
Declaration
Swift
public let pendingDeletion: Bool? -
Provides the OptionState for the Elasticsearch domain.
Declaration
Swift
public let state: OptionState -
Timestamp which tells the last updated time for the entity.
Declaration
Swift
public let updateDate: TimeStamp -
Specifies the latest version for the entity.
Declaration
Swift
public let updateVersion: Int? -
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp, pendingDeletion: Bool? = nil, state: OptionState, updateDate: TimeStamp, updateVersion: Int? = nil)
View on GitHub
OptionStatus Structure Reference