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)


7612
7613
7614
7615
7616
7617
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7612

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

#key_group_configTypes::KeyGroupConfig

The key group configuration.



7612
7613
7614
7615
7616
7617
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7612

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