Class: Aws::GlobalAccelerator::Types::CreateEndpointGroupResponse

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 created.



1087
1088
1089
1090
1091
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1087

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