Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_group ⇒ Types::CustomRoutingEndpointGroup
The information about the endpoint group created for a custom routing accelerator.
Instance Attribute Details
#endpoint_group ⇒ Types::CustomRoutingEndpointGroup
The information about the endpoint group created for a custom routing accelerator.
930 931 932 933 934 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 930 class CreateCustomRoutingEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |