Class: Aws::MigrationHubRefactorSpaces::Types::CreateRouteResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application in which the route is created.

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  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)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#created_by_account_idString

The Amazon Web Services account ID of the route creator.

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#created_timeTime

A timestamp that indicates when the route is created.

Returns:

  • (Time)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#last_updated_timeTime

A timestamp that indicates when the route was last updated.

Returns:

  • (Time)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#owner_account_idString

The Amazon Web Services account ID of the route owner.

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#route_idString

The unique identifier of the route.

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#route_typeString

The route type of the route.

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#service_idString

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

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#stateString

The current state of the route. Activation state only allows ACTIVE or INACTIVE as user inputs. FAILED is a route state that is system generated.

Returns:

  • (String)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the created route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

Returns:

  • (Hash<String,String>)


607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#uri_path_routeTypes::UriPathRouteInput

Configuration for the URI path route type.



607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 607

class CreateRouteResponse < Struct.new(
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :last_updated_time,
  :owner_account_id,
  :route_id,
  :route_type,
  :service_id,
  :state,
  :tags,
  :uri_path_route)
  SENSITIVE = [:tags]
  include Aws::Structure
end