Class: Aws::MigrationHubRefactorSpaces::Types::GetRouteRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The ID of the application.

Returns:

  • (String)


1417
1418
1419
1420
1421
1422
1423
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1417

class GetRouteRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :route_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment.

Returns:

  • (String)


1417
1418
1419
1420
1421
1422
1423
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1417

class GetRouteRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :route_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#route_identifierString

The ID of the route.

Returns:

  • (String)


1417
1418
1419
1420
1421
1422
1423
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1417

class GetRouteRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :route_identifier)
  SENSITIVE = []
  include Aws::Structure
end