Class: Aws::MigrationHubRefactorSpaces::Types::DeleteRouteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteRouteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that the route belongs to.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the route.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the route was last updated.
-
#route_id ⇒ String
The ID of the route to delete.
-
#service_id ⇒ String
The ID of the service that the route belongs to.
-
#state ⇒ String
The current state of the route.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that the route belongs to.
959 960 961 962 963 964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959 class DeleteRouteResponse < Struct.new( :application_id, :arn, :last_updated_time, :route_id, :service_id, :state) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the route.
959 960 961 962 963 964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959 class DeleteRouteResponse < Struct.new( :application_id, :arn, :last_updated_time, :route_id, :service_id, :state) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
A timestamp that indicates when the route was last updated.
959 960 961 962 963 964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959 class DeleteRouteResponse < Struct.new( :application_id, :arn, :last_updated_time, :route_id, :service_id, :state) SENSITIVE = [] include Aws::Structure end |
#route_id ⇒ String
The ID of the route to delete.
959 960 961 962 963 964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959 class DeleteRouteResponse < Struct.new( :application_id, :arn, :last_updated_time, :route_id, :service_id, :state) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service that the route belongs to.
959 960 961 962 963 964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959 class DeleteRouteResponse < Struct.new( :application_id, :arn, :last_updated_time, :route_id, :service_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the route.
959 960 961 962 963 964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 959 class DeleteRouteResponse < Struct.new( :application_id, :arn, :last_updated_time, :route_id, :service_id, :state) SENSITIVE = [] include Aws::Structure end |