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

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)


5474
5475
5476
5477
5478
5479
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5474

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

#key_groupTypes::KeyGroup

The key group.

Returns:



5474
5475
5476
5477
5478
5479
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5474

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