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

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

Returns:

  • (String)


5464
5465
5466
5467
5468
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5464

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