Class: Aws::Types::CreateRoutingControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoutingControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
-
#routing_control_name ⇒ ::String
Returns the value of attribute routing_control_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
97 98 99 |
# File 'sig/types.rbs', line 97 def routing_control_name @routing_control_name end |