VolumeStatusAction
public struct VolumeStatusAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code identifying the operation, for example, enable-volume-io.
Declaration
Swift
public let code: String? -
A description of the operation.
Declaration
Swift
public let description: String? -
The ID of the event associated with this operation.
Declaration
Swift
public let eventId: String? -
The event type associated with this operation.
Declaration
Swift
public let eventType: String? -
Undocumented
Declaration
Swift
public init(code: String? = nil, description: String? = nil, eventId: String? = nil, eventType: String? = nil)
View on GitHub
VolumeStatusAction Structure Reference