Class: Aws::Types::RoutingControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arn ⇒ ::String

Returns the value of attribute control_panel_arn.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def control_panel_arn
  @control_panel_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def owner
  @owner
end

#routing_control_arn ⇒ ::String

Returns the value of attribute routing_control_arn.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def routing_control_arn
  @routing_control_arn
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "DEPLOYED", "PENDING_DELETION")


330
331
332
# File 'sig/types.rbs', line 330

def status
  @status
end