Class: Aws::Types::CreateRoutingControlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def client_token
  @client_token
end

#cluster_arn ⇒ ::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def cluster_arn
  @cluster_arn
end

#control_panel_arn ⇒ ::String

Returns the value of attribute control_panel_arn.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def control_panel_arn
  @control_panel_arn
end

#routing_control_name ⇒ ::String

Returns the value of attribute routing_control_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def routing_control_name
  @routing_control_name
end