Class: Aws::Types::RemoveCustomRoutingEndpointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveCustomRoutingEndpointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
-
#endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute endpoint_ids.
Instance Attribute Details
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
778 779 780 |
# File 'sig/types.rbs', line 778 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute endpoint_ids.
777 778 779 |
# File 'sig/types.rbs', line 777 def endpoint_ids @endpoint_ids end |