MaintenanceWindowStepFunctionsParameters

public struct MaintenanceWindowStepFunctionsParameters : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The inputs for the STEP_FUNCTIONS task.

    Declaration

    Swift

    public let input: String?
  • The name of the STEP_FUNCTIONS task.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(input: String? = nil, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws