Class: Aws::Types::GetRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#route_identifier ⇒ ::String
Returns the value of attribute route_identifier.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
353 354 355 |
# File 'sig/types.rbs', line 353 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
354 355 356 |
# File 'sig/types.rbs', line 354 def environment_identifier @environment_identifier end |
#route_identifier ⇒ ::String
Returns the value of attribute route_identifier.
355 356 357 |
# File 'sig/types.rbs', line 355 def route_identifier @route_identifier end |