Class: Aws::Types::UpdateRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute activation_state.
-
#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
#activation_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute activation_state.
605 606 607 |
# File 'sig/types.rbs', line 605 def activation_state @activation_state end |
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
606 607 608 |
# File 'sig/types.rbs', line 606 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
607 608 609 |
# File 'sig/types.rbs', line 607 def environment_identifier @environment_identifier end |
#route_identifier ⇒ ::String
Returns the value of attribute route_identifier.
608 609 610 |
# File 'sig/types.rbs', line 608 def route_identifier @route_identifier end |