Class: Aws::Types::RemoveEndpointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveEndpointsRequest
- 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_identifiers ⇒ ::Array[Types::EndpointIdentifier]
Returns the value of attribute endpoint_identifiers.
Instance Attribute Details
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
784 785 786 |
# File 'sig/types.rbs', line 784 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_identifiers ⇒ ::Array[Types::EndpointIdentifier]
Returns the value of attribute endpoint_identifiers.
783 784 785 |
# File 'sig/types.rbs', line 783 def endpoint_identifiers @endpoint_identifiers end |