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)


6864
6865
6866
6867
6868
# File 'lib/aws-sdk-cloudfront/types.rb', line 6864

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