Class: Aws::Types::AddEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_descriptions ⇒ ::Array[Types::EndpointDescription]
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::EndpointDescription]
Returns the value of attribute endpoint_descriptions.
73 74 75 |
# File 'sig/types.rbs', line 73 def endpoint_descriptions @endpoint_descriptions end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def endpoint_group_arn @endpoint_group_arn end |