Class: Aws::GlobalAccelerator::Types::CreateEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateEndpointGroupResponse
- 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 created.
Instance Attribute Details
#endpoint_group ⇒ Types::EndpointGroup
The information about the endpoint group that was created.
1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1087 class CreateEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |