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

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

#etagString

The identifier for this version of the key group.

Returns:

  • (String)


5452
5453
5454
5455
5456
5457
# File 'lib/aws-sdk-cloudfront/types.rb', line 5452

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

#key_group_configTypes::KeyGroupConfig

The key group configuration.



5452
5453
5454
5455
5456
5457
# File 'lib/aws-sdk-cloudfront/types.rb', line 5452

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