DeregisterVolumeRequest
public struct DeregisterVolumeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.
Declaration
Swift
public let volumeId: String
-
Undocumented
Declaration
Swift
public init(volumeId: String)