ResizeInfo

public struct ResizeInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A boolean value indicating if the resize operation can be cancelled.

    Declaration

    Swift

    public let allowCancelResize: Bool?
  • Returns the value ClassicResize.

    Declaration

    Swift

    public let resizeType: String?
  • Undocumented

    Declaration

    Swift

    public init(allowCancelResize: Bool? = nil, resizeType: String? = nil)