Class: Aws::MigrationHubRefactorSpaces::Types::UpdateRouteResponse

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_idString

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

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2382

class UpdateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :last_updated_time,
  :route_id,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the route. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id . For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2382

class UpdateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :last_updated_time,
  :route_id,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

A timestamp that indicates when the route was last updated.

Returns:

  • (Time)


2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2382

class UpdateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :last_updated_time,
  :route_id,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#route_idString

The unique identifier of the route.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2382

class UpdateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :last_updated_time,
  :route_id,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2382

class UpdateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :last_updated_time,
  :route_id,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the route.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2382

class UpdateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :last_updated_time,
  :route_id,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end