Class: Aws::MigrationHubRefactorSpaces::Types::UpdateRouteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::UpdateRouteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application in which the route is being updated.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the route.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the route was last updated.
-
#route_id ⇒ String
The unique identifier of the route.
-
#service_id ⇒ String
The ID of service in which the route was created.
-
#state ⇒ String
The current state of the route.
Instance Attribute Details
#application_id ⇒ String
The ID of the application in which the route is being updated.
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 |
# File '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 |
#arn ⇒ String
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*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 |
# File '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_time ⇒ Time
A timestamp that indicates when the route was last updated.
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 |
# File '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_id ⇒ String
The unique identifier of the route.
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 |
# File '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_id ⇒ String
The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 |
# File '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 |
#state ⇒ String
The current state of the route.
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 |
# File '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 |