Class: Aws::Types::UpdateRouteResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
614 615 616 |
# File 'sig/types.rbs', line 614 def arn @arn end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
615 616 617 |
# File 'sig/types.rbs', line 615 def last_updated_time @last_updated_time end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
616 617 618 |
# File 'sig/types.rbs', line 616 def route_id @route_id end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
618 619 620 |
# File 'sig/types.rbs', line 618 def state @state end |