Class: Aws::EMRServerless::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ListApplicationsResponse
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::ApplicationSummary>
The output lists the specified applications.
-
#next_token ⇒ String
The output displays the token for the next set of application results.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationSummary>
The output lists the specified applications.
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_token ⇒ String
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.
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 |