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:



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

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:



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

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



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

def state
  @state
end