StopFleetActionsInput
public struct StopFleetActionsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of actions to suspend on the fleet.
Declaration
Swift
public let actions: [FleetAction] -
A unique identifier for a fleet to stop actions on. You can use either the fleet ID or ARN value.
Declaration
Swift
public let fleetId: String -
Undocumented
Declaration
Swift
public init(actions: [FleetAction], fleetId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StopFleetActionsInput Structure Reference