Class: Aws::CloudFront::Types::GetKeyGroupConfigResult

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

#etagString

The identifier for this version of the key group.

Returns:

  • (String)


5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5450

class GetKeyGroupConfigResult < Struct.new(
  :key_group_config,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#key_group_configTypes::KeyGroupConfig

The key group configuration.



5450
5451
5452
5453
5454
5455
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5450

class GetKeyGroupConfigResult < Struct.new(
  :key_group_config,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end