Class: Aws::GlobalAccelerator::Types::UpdateEndpointGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_groupTypes::EndpointGroup

The information about the endpoint group that was updated.



3664
3665
3666
3667
3668
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3664

class UpdateEndpointGroupResponse < Struct.new(
  :endpoint_group)
  SENSITIVE = []
  include Aws::Structure
end