Class: Aws::GlobalAccelerator::Types::UpdateEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::UpdateEndpointGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_group ⇒ Types::EndpointGroup
The information about the endpoint group that was updated.
Instance Attribute Details
#endpoint_group ⇒ Types::EndpointGroup
The information about the endpoint group that was updated.
3674 3675 3676 3677 3678 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3674 class UpdateEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |