Class: Aws::MigrationHubRefactorSpaces::Types::ListEnvironmentVpcsResponse

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_vpc_listArray<Types::EnvironmentVpc>

The list of EnvironmentVpc objects.

Returns:



1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1805

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1805

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