Class: Aws::Types::AddEndpointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddEndpointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_configurations ⇒ ::Array[Types::EndpointConfiguration]
Returns the value of attribute endpoint_configurations.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
Instance Attribute Details
#endpoint_configurations ⇒ ::Array[Types::EndpointConfiguration]
Returns the value of attribute endpoint_configurations.
67 68 69 |
# File 'sig/types.rbs', line 67 def endpoint_configurations @endpoint_configurations end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def endpoint_group_arn @endpoint_group_arn end |