Class: Aws::Types::CreateCustomRoutingEndpointGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomRoutingEndpointGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configurations ⇒ ::Array[Types::CustomRoutingDestinationConfiguration]
Returns the value of attribute destination_configurations.
-
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#listener_arn ⇒ ::String
Returns the value of attribute listener_arn.
Instance Attribute Details
#destination_configurations ⇒ ::Array[Types::CustomRoutingDestinationConfiguration]
Returns the value of attribute destination_configurations.
198 199 200 |
# File 'sig/types.rbs', line 198 def destination_configurations @destination_configurations end |
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
197 198 199 |
# File 'sig/types.rbs', line 197 def endpoint_group_region @endpoint_group_region end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
199 200 201 |
# File 'sig/types.rbs', line 199 def idempotency_token @idempotency_token end |
#listener_arn ⇒ ::String
Returns the value of attribute listener_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def listener_arn @listener_arn end |