Class: Aws::MigrationHubRefactorSpaces::Types::DefaultRouteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DefaultRouteInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
The configuration for the default route type.
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 created.
Instance Attribute Details
#activation_state ⇒ String
If set to ‘ACTIVE`, traffic is forwarded to this route’s service after the route is created.
790 791 792 793 794 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 790 class DefaultRouteInput < Struct.new( :activation_state) SENSITIVE = [] include Aws::Structure end |