Class: Aws::MigrationHubRefactorSpaces::Types::DeleteRouteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteRouteRequest
- 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 to delete the route from.
-
#environment_identifier ⇒ String
The ID of the environment to delete the route from.
-
#route_identifier ⇒ String
The ID of the route to delete.
Instance Attribute Details
#application_identifier ⇒ String
The ID of the application to delete the route from.
925 926 927 928 929 930 931 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 925 class DeleteRouteRequest < Struct.new( :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment to delete the route from.
925 926 927 928 929 930 931 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 925 class DeleteRouteRequest < Struct.new( :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |
#route_identifier ⇒ String
The ID of the route to delete.
925 926 927 928 929 930 931 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 925 class DeleteRouteRequest < Struct.new( :application_identifier, :environment_identifier, :route_identifier) SENSITIVE = [] include Aws::Structure end |