Class: Aws::CloudFront::Types::GetKeyGroupRequest

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 that you are getting. To get the identifier, use ListKeyGroups.

Returns:

  • (String)


7626
7627
7628
7629
7630
# File 'lib/aws-sdk-cloudfront/types.rb', line 7626

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