Method: Aws::CloudFront::Types::GetConnectionGroupByRoutingEndpointRequest#routing_endpoint
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#routing_endpoint ⇒ String
The routing endpoint for the target connection group, such as d111111abcdef8.cloudfront.net.
7104 7105 7106 7107 7108 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7104 class GetConnectionGroupByRoutingEndpointRequest < Struct.new( :routing_endpoint) SENSITIVE = [] include Aws::Structure end |