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)


5480
5481
5482
5483
5484
5485
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5480

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

#key_groupTypes::KeyGroup

The key group.

Returns:



5480
5481
5482
5483
5484
5485
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5480

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