Class: Aws::MigrationHubRefactorSpaces::Types::UpdateRouteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::UpdateRouteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activation_state ⇒ String
If set to ‘ACTIVE`, traffic is forwarded to this route’s service after the route is updated.
-
#application_identifier ⇒ String
The ID of the application within which the route is being updated.
-
#environment_identifier ⇒ String
The ID of the environment in which the route is being updated.
-
#route_identifier ⇒ String
The unique identifier of the route to update.
Instance Attribute Details
#activation_state ⇒ String
If set to ‘ACTIVE`, traffic is forwarded to this route’s service after the route is updated.
2338 2339 2340 2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338 class UpdateRouteRequest < Struct.new( :activation_state, :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#application_identifier ⇒ String
The ID of the application within which the route is being updated.
2338 2339 2340 2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338 class UpdateRouteRequest < Struct.new( :activation_state, :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment in which the route is being updated.
2338 2339 2340 2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338 class UpdateRouteRequest < Struct.new( :activation_state, :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#route_identifier ⇒ String
The unique identifier of the route to update.
2338 2339 2340 2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2338 class UpdateRouteRequest < Struct.new( :activation_state, :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |