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)


5310
5311
5312
5313
5314
5315
# File 'lib/aws-sdk-cloudfront/types.rb', line 5310

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

#key_groupTypes::KeyGroup

The key group.

Returns:



5310
5311
5312
5313
5314
5315
# File 'lib/aws-sdk-cloudfront/types.rb', line 5310

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