Class: Aws::Types::StartRouterOutputResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartRouterOutputResponse
- 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.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def arn @arn end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def maintenance_schedule @maintenance_schedule end |
#maintenance_schedule_type ⇒ "WINDOW"
Returns the value of attribute maintenance_schedule_type.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def maintenance_schedule_type @maintenance_schedule_type end |
#name ⇒ ::String
Returns the value of attribute name.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def state @state end |