Class: Aws::MigrationHubRefactorSpaces::Types::ListServicesRequest

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

#application_identifierString

The ID of the application.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1914

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

#environment_identifierString

The ID of the environment.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1914

class ListServicesRequest < Struct.new(
  :application_identifier,
  :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)


1914
1915
1916
1917
1918
1919
1920
1921
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1914

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1914

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