Class: Aws::Types::AddCustomRoutingEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddCustomRoutingEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_descriptions ⇒ ::Array[Types::CustomRoutingEndpointDescription]
Returns the value of attribute endpoint_descriptions.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
Instance Attribute Details
#endpoint_descriptions ⇒ ::Array[Types::CustomRoutingEndpointDescription]
Returns the value of attribute endpoint_descriptions.
61 62 63 |
# File 'sig/types.rbs', line 61 def endpoint_descriptions @endpoint_descriptions end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def endpoint_group_arn @endpoint_group_arn end |