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.
801 802 803 804 805 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 801 class CreateCustomRoutingEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |