Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/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 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 930 class CreateCustomRoutingEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |