AttachDiskRequest

public struct AttachDiskRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique Lightsail disk name (e.g., my-disk).

    Declaration

    Swift

    public let diskName: String
  • The disk path to expose to the instance (e.g., /dev/xvdf).

    Declaration

    Swift

    public let diskPath: String
  • The name of the Lightsail instance where you want to utilize the storage disk.

    Declaration

    Swift

    public let instanceName: String
  • Undocumented

    Declaration

    Swift

    public init(diskName: String, diskPath: String, instanceName: String)
  • Declaration

    Swift

    public func validate(name: String) throws