Class: Aws::MainframeModernization::Types::ListEnvironmentsRequest

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

#engine_typeString

The engine type for the runtime environment.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
2481
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2474

class ListEnvironmentsRequest < Struct.new(
  :engine_type,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of runtime environments to return.

Returns:

  • (Integer)


2474
2475
2476
2477
2478
2479
2480
2481
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2474

class ListEnvironmentsRequest < Struct.new(
  :engine_type,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

The names of the runtime environments. Must be unique within the account.

Returns:

  • (Array<String>)


2474
2475
2476
2477
2478
2479
2480
2481
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2474

class ListEnvironmentsRequest < Struct.new(
  :engine_type,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to control the number of runtime environments displayed in the list.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
2481
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2474

class ListEnvironmentsRequest < Struct.new(
  :engine_type,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end