UpdateVolumeRequest

public struct UpdateVolumeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new mount point.

    Declaration

    Swift

    public let mountPoint: String?
  • The new name.

    Declaration

    Swift

    public let name: String?
  • The volume ID.

    Declaration

    Swift

    public let volumeId: String
  • Undocumented

    Declaration

    Swift

    public init(mountPoint: String? = nil, name: String? = nil, volumeId: String)