Class: Aws::MainframeModernization::Types::ListApplicationVersionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application.

Returns:

  • (String)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2047

class ListApplicationVersionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of application versions to return.

Returns:

  • (Integer)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2047

class ListApplicationVersionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

Returns:

  • (String)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2047

class ListApplicationVersionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end