AddOn

public struct AddOn : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the add-on.

    Declaration

    Swift

    public let name: String?
  • The next daily time an automatic snapshot will be created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.

    Declaration

    Swift

    public let nextSnapshotTimeOfDay: String?
  • The daily time when an automatic snapshot is created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.

    Declaration

    Swift

    public let snapshotTimeOfDay: String?
  • The status of the add-on.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, nextSnapshotTimeOfDay: String? = nil, snapshotTimeOfDay: String? = nil, status: String? = nil)