Class: Aws::Types::TakeRouterInputResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#routed_state"ROUTED", ...

Returns the value of attribute routed_state.

Returns:

  • ("ROUTED", "ROUTING", "UNROUTED")


2300
2301
2302
# File 'sig/types.rbs', line 2300

def routed_state
  @routed_state
end

#router_input_arn::String

Returns the value of attribute router_input_arn.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def router_input_arn
  @router_input_arn
end

#router_input_name::String

Returns the value of attribute router_input_name.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def router_input_name
  @router_input_name
end

#router_output_arn::String

Returns the value of attribute router_output_arn.

Returns:

  • (::String)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def router_output_arn
  @router_output_arn
end

#router_output_name::String

Returns the value of attribute router_output_name.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def router_output_name
  @router_output_name
end