Class: Aws::MigrationHubRefactorSpaces::Types::UpdateRouteRequest

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

#activation_stateString

If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338

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

#application_identifierString

The ID of the application within which the route is being updated.

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338

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

#environment_identifierString

The ID of the environment in which the route is being updated.

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338

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

#route_identifierString

The unique identifier of the route to update.

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338

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