Class: Aws::Types::CustomRoutingEndpointGroup
- Inherits:
-
Object
- Object
- Aws::Types::CustomRoutingEndpointGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_descriptions ⇒ ::Array[Types::CustomRoutingDestinationDescription]
Returns the value of attribute destination_descriptions.
-
#endpoint_descriptions ⇒ ::Array[Types::CustomRoutingEndpointDescription]
Returns the value of attribute endpoint_descriptions.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
-
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
Instance Attribute Details
#destination_descriptions ⇒ ::Array[Types::CustomRoutingDestinationDescription]
Returns the value of attribute destination_descriptions.
309 310 311 |
# File 'sig/types.rbs', line 309 def destination_descriptions @destination_descriptions end |
#endpoint_descriptions ⇒ ::Array[Types::CustomRoutingEndpointDescription]
Returns the value of attribute endpoint_descriptions.
310 311 312 |
# File 'sig/types.rbs', line 310 def endpoint_descriptions @endpoint_descriptions end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
308 309 310 |
# File 'sig/types.rbs', line 308 def endpoint_group_region @endpoint_group_region end |