Class: Aws::CloudFront::Types::GetKeyGroupConfigRequest

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

#idString

The identifier of the key group whose configuration you are getting. To get the identifier, use ‘ListKeyGroups`.

Returns:

  • (String)


5428
5429
5430
5431
5432
# File 'lib/aws-sdk-cloudfront/types.rb', line 5428

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