Class: Aws::CloudFront::Types::KeyGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A key group.

A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier for the key group.

Returns:

  • (String)


6525
6526
6527
6528
6529
6530
6531
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6525

class KeyGroup < Struct.new(
  :id,
  :last_modified_time,
  :key_group_config)
  SENSITIVE = []
  include Aws::Structure
end

#key_group_configTypes::KeyGroupConfig

The key group configuration.



6525
6526
6527
6528
6529
6530
6531
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6525

class KeyGroup < Struct.new(
  :id,
  :last_modified_time,
  :key_group_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The date and time when the key group was last modified.

Returns:

  • (Time)


6525
6526
6527
6528
6529
6530
6531
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6525

class KeyGroup < Struct.new(
  :id,
  :last_modified_time,
  :key_group_config)
  SENSITIVE = []
  include Aws::Structure
end