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