Class: Aws::MigrationHubRefactorSpaces::Types::ListEnvironmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ListEnvironmentsResponse
- Defined in:
- gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_summary_list ⇒ Array<Types::EnvironmentSummary>
The list of
EnvironmentSummary
objects. -
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#environment_summary_list ⇒ Array<Types::EnvironmentSummary>
The list of EnvironmentSummary
objects.
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_token ⇒ String
The token for the next page of results.
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 |