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:



1162
1163
1164
1165
1166
1167
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1162

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)


1162
1163
1164
1165
1166
1167
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1162

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