Class: Aws::MainframeModernization::Types::ListEnvironmentsResponse

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

#environmentsArray<Types::EnvironmentSummary>

Returns a list of summary details for all the runtime environments in your account.

Returns:



2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2495

class ListEnvironmentsResponse < Struct.new(
  :environments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token that's returned when the response doesn't contain all the runtime environments.

Returns:

  • (String)


2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2495

class ListEnvironmentsResponse < Struct.new(
  :environments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end