Class: Aws::Types::StartRouterInputResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartRouterInputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#maintenance_schedule_type ⇒ "WINDOW"
Returns the value of attribute maintenance_schedule_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def arn @arn end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def maintenance_schedule @maintenance_schedule end |
#maintenance_schedule_type ⇒ "WINDOW"
Returns the value of attribute maintenance_schedule_type.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def maintenance_schedule_type @maintenance_schedule_type end |
#name ⇒ ::String
Returns the value of attribute name.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def state @state end |