Class: Aws::Types::AddCustomRoutingEndpointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddCustomRoutingEndpointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_configurations ⇒ ::Array[Types::CustomRoutingEndpointConfiguration]
Returns the value of attribute endpoint_configurations.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
Instance Attribute Details
#endpoint_configurations ⇒ ::Array[Types::CustomRoutingEndpointConfiguration]
Returns the value of attribute endpoint_configurations.
55 56 57 |
# File 'sig/types.rbs', line 55 def endpoint_configurations @endpoint_configurations end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def endpoint_group_arn @endpoint_group_arn end |