HibernationOptionsRequest

public struct HibernationOptionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If you set this parameter to true, your instance is enabled for hibernation. Default: false

    Declaration

    Swift

    public let configured: Bool?
  • Undocumented

    Declaration

    Swift

    public init(configured: Bool? = nil)