Class: Aws::MigrationHubRefactorSpaces::Types::DeleteRouteRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to delete the route from.

Returns:

  • (String)


925
926
927
928
929
930
931
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 925

class DeleteRouteRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :route_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment to delete the route from.

Returns:

  • (String)


925
926
927
928
929
930
931
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 925

class DeleteRouteRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :route_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#route_identifierString

The ID of the route to delete.

Returns:

  • (String)


925
926
927
928
929
930
931
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 925

class DeleteRouteRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :route_identifier)
  SENSITIVE = []
  include Aws::Structure
end