Class: Aws::Types::RestartRouterInputResponse

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)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


1646
1647
1648
# File 'sig/types.rbs', line 1646

def state
  @state
end