Class: Aws::EMRServerless::Types::ListApplicationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of applications that can be listed.

Returns:

  • (Integer)


937
938
939
940
941
942
943
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 937

class ListApplicationsRequest < Struct.new(
  :next_token,
  :max_results,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of application results.

Returns:

  • (String)


937
938
939
940
941
942
943
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 937

class ListApplicationsRequest < Struct.new(
  :next_token,
  :max_results,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#statesArray<String>

An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

Returns:

  • (Array<String>)


937
938
939
940
941
942
943
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 937

class ListApplicationsRequest < Struct.new(
  :next_token,
  :max_results,
  :states)
  SENSITIVE = []
  include Aws::Structure
end