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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


5434
5435
5436
5437
5438
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5434

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