Class: Aws::Types::DeleteRouterInputResponse

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)


495
496
497
# File 'sig/types.rbs', line 495

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


497
498
499
# File 'sig/types.rbs', line 497

def state
  @state
end