Class: Aws::MainframeModernization::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListApplicationsResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::ApplicationSummary>
Returns a list of summary details for all the applications in a runtime environment.
-
#next_token ⇒ String
A pagination token that's returned when the response doesn't contain all applications.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationSummary>
Returns a list of summary details for all the applications in a runtime environment.
2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2115 class ListApplicationsResponse < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that's returned when the response doesn't contain all applications.
2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2115 class ListApplicationsResponse < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |