Class: Aws::EC2::Types::RouteServerRouteInstallationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RouteServerRouteInstallationDetail
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the installation status of a route in a route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_installation_status ⇒ String
The current installation status of the route in the route table.
-
#route_installation_status_reason ⇒ String
The reason for the current installation status of the route.
-
#route_table_id ⇒ String
The ID of the route table where the route is being installed.
Instance Attribute Details
#route_installation_status ⇒ String
The current installation status of the route in the route table.
67288 67289 67290 67291 67292 67293 67294 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67288 class RouteServerRouteInstallationDetail < Struct.new( :route_table_id, :route_installation_status, :route_installation_status_reason) SENSITIVE = [] include Aws::Structure end |
#route_installation_status_reason ⇒ String
The reason for the current installation status of the route.
67288 67289 67290 67291 67292 67293 67294 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67288 class RouteServerRouteInstallationDetail < Struct.new( :route_table_id, :route_installation_status, :route_installation_status_reason) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
The ID of the route table where the route is being installed.
67288 67289 67290 67291 67292 67293 67294 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67288 class RouteServerRouteInstallationDetail < Struct.new( :route_table_id, :route_installation_status, :route_installation_status_reason) SENSITIVE = [] include Aws::Structure end |