Class: Aws::Types::StartRouterOutputResponse

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)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def arn
  @arn
end

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

Returns:

  • ("WINDOW")


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.

Returns:

  • (::String)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


2240
2241
2242
# File 'sig/types.rbs', line 2240

def state
  @state
end