Class: Aws::CloudFront::Types::GetConnectionGroupByRoutingEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetConnectionGroupByRoutingEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_endpoint ⇒ String
The routing endpoint for the target connection group, such as d111111abcdef8.cloudfront.net.
Instance Attribute Details
#routing_endpoint ⇒ String
The routing endpoint for the target connection group, such as d111111abcdef8.cloudfront.net.
6378 6379 6380 6381 6382 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6378 class GetConnectionGroupByRoutingEndpointRequest < Struct.new( :routing_endpoint) SENSITIVE = [] include Aws::Structure end |