Class: Aws::CloudFront::Types::GetKeyGroupResult

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)


6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-cloudfront/types.rb', line 6856

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

#key_groupTypes::KeyGroup

The key group.

Returns:



6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-cloudfront/types.rb', line 6856

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