Class: Aws::CloudFront::Types::GetConnectionGroupByRoutingEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routing_endpointString

The routing endpoint for the target connection group, such as d111111abcdef8.cloudfront.net.

Returns:

  • (String)


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