Class: Aws::MigrationHubRefactorSpaces::Types::DeleteRouteResponse

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 that the route belongs to.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959

class DeleteRouteResponse < 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.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959

class DeleteRouteResponse < 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)


959
960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959

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

#route_idString

The ID of the route to delete.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959

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

#service_idString

The ID of the service that the route belongs to.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959

class DeleteRouteResponse < 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)


959
960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959

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