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.



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