Class: Aws::MigrationHubRefactorSpaces::Types::GetRouteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetRouteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The ID of the application.
-
#environment_identifier ⇒ String
The ID of the environment.
-
#route_identifier ⇒ String
The ID of the route.
Instance Attribute Details
#application_identifier ⇒ String
The ID of the application.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1417 class GetRouteRequest < Struct.new( :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1417 class GetRouteRequest < Struct.new( :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#route_identifier ⇒ String
The ID of the route.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1417 class GetRouteRequest < Struct.new( :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |