ListStepsInput

public struct ListStepsInput : AWSShape
extension EMR.ListStepsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the cluster for which to list the steps.

    Declaration

    Swift

    public let clusterId: String
  • The pagination token that indicates the next set of results to retrieve.

    Declaration

    Swift

    public let marker: String?
  • The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.

    Declaration

    Swift

    public let stepIds: [String]?
  • The filter to limit the step list based on certain states.

    Declaration

    Swift

    public let stepStates: [StepState]?
  • Undocumented

    Declaration

    Swift

    public init(clusterId: String, marker: String? = nil, stepIds: [String]? = nil, stepStates: [StepState]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws