Class: Aws::EMRServerless::Types::ListApplicationsResponse

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

#applicationsArray<Types::ApplicationSummary>

The output lists the specified applications.

Returns:



957
958
959
960
961
962
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 957

class ListApplicationsResponse < Struct.new(
  :applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.

Returns:

  • (String)


957
958
959
960
961
962
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 957

class ListApplicationsResponse < Struct.new(
  :applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end