Class: Aws::MainframeModernization::Types::ListApplicationVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListApplicationVersionsResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_versions ⇒ Array<Types::ApplicationVersionSummary>
The list of application versions.
-
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
Instance Attribute Details
#application_versions ⇒ Array<Types::ApplicationVersionSummary>
The list of application versions.
2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2090 class ListApplicationVersionsResponse < Struct.new( :application_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2090 class ListApplicationVersionsResponse < Struct.new( :application_versions, :next_token) SENSITIVE = [] include Aws::Structure end |