Class: Aws::Types::StartRouterInputResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def arn
  @arn
end

#maintenance_scheduleTypes::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.

Returns:

  • ("WINDOW")


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.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING")


2226
2227
2228
# File 'sig/types.rbs', line 2226

def state
  @state
end