Class: Aws::MigrationHubRefactorSpaces::Types::ListEnvironmentVpcsRequest

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_identifierString

The ID of the environment.

Returns:

  • (String)


1787
1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1787

class ListEnvironmentVpcsRequest < Struct.new(
  :environment_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


1787
1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1787

class ListEnvironmentVpcsRequest < Struct.new(
  :environment_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1787
1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1787

class ListEnvironmentVpcsRequest < Struct.new(
  :environment_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end