ListBootstrapActionsInput

public struct ListBootstrapActionsInput : AWSShape
extension EMR.ListBootstrapActionsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The cluster identifier for the bootstrap actions to list.

    Declaration

    Swift

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

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterId: String, marker: String? = nil)
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> EMR.ListBootstrapActionsInput