Class: Aws::Types::StopRouterInputResponse

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)


2263
2264
2265
# File 'sig/types.rbs', line 2263

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


2265
2266
2267
# File 'sig/types.rbs', line 2265

def state
  @state
end