Class: Aws::CloudFront::Types::GetConnectionGroupRequest

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

#identifierString

The ID, name, or Amazon Resource Name (ARN) of the connection group.

Returns:

  • (String)


7198
7199
7200
7201
7202
# File 'lib/aws-sdk-cloudfront/types.rb', line 7198

class GetConnectionGroupRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end