Class: Aws::MigrationHubRefactorSpaces::Types::GetRouteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetRouteResponse
- Defined in:
- gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that the route belongs to.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the route.
-
#created_by_account_id ⇒ String
The Amazon Web Services account ID of the route creator.
-
#created_time ⇒ Time
The timestamp of when the route is created.
-
#environment_id ⇒ String
Unique identifier of the environment.
-
#error ⇒ Types::ErrorResponse
Any error associated with the route resource.
-
#include_child_paths ⇒ Boolean
Indicates whether to match all subpaths of the given source path.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the route was last updated.
-
#methods ⇒ Array<String>
A list of HTTP methods to match.
-
#owner_account_id ⇒ String
The Amazon Web Services account ID of the route owner.
-
#path_resource_to_id ⇒ Hash<String,String>
A mapping of Amazon API Gateway path resources to resource IDs.
-
#route_id ⇒ String
The unique identifier of the route.
-
#route_type ⇒ String
The type of route.
-
#service_id ⇒ String
The unique identifier of the service.
-
#source_path ⇒ String
The path to use to match traffic.
-
#state ⇒ String
The current state of the route.
-
#tags ⇒ Hash<String,String>
The tags assigned to the route.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that the route belongs to.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the route.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#created_by_account_id ⇒ String
The Amazon Web Services account ID of the route creator.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#created_time ⇒ Time
The timestamp of when the route is created.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#environment_id ⇒ String
Unique identifier of the environment.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#error ⇒ Types::ErrorResponse
Any error associated with the route resource.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#include_child_paths ⇒ Boolean
Indicates whether to match all subpaths of the given source path. If
this value is false
, requests must match the source path exactly
before they are forwarded to this route's service.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#last_updated_time ⇒ Time
A timestamp that indicates when the route was last updated.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#methods ⇒ Array<String>
A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#owner_account_id ⇒ String
The Amazon Web Services account ID of the route owner.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#path_resource_to_id ⇒ Hash<String,String>
A mapping of Amazon API Gateway path resources to resource IDs.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#route_id ⇒ String
The unique identifier of the route.
DEFAULT: All traffic that does not match another route is forwarded to the default route. Applications must have a default route before any other routes can be created.
URI_PATH: A route that is based on a URI path.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#route_type ⇒ String
The type of route.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#service_id ⇒ String
The unique identifier of the service.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#source_path ⇒ String
The path to use to match traffic. Paths must start with /
and are
relative to the base of the application.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#state ⇒ String
The current state of the route.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1658 class GetRouteResponse < Struct.new( :application_id, :arn, :created_by_account_id, :created_time, :environment_id, :error, :include_child_paths, :last_updated_time, :methods, :owner_account_id, :path_resource_to_id, :route_id, :route_type, :service_id, :source_path, :state, :tags) SENSITIVE = [:tags] include Aws::Structure end |