Class: Aws::MigrationHubRefactorSpaces::Types::ListEnvironmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_summary_listArray<Types::EnvironmentSummary>

The list of EnvironmentSummary objects.

Returns:



1841
1842
1843
1844
1845
1846
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1841

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1841

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