Class: Aws::CloudFront::Types::GetKeyGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The identifier for this version of the key group.
-
#key_group ⇒ Types::KeyGroup
The key group.
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
5482 5483 5484 5485 5486 5487 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5482 class GetKeyGroupResult < Struct.new( :key_group, :etag) SENSITIVE = [] include Aws::Structure end |
#key_group ⇒ Types::KeyGroup
The key group.
5482 5483 5484 5485 5486 5487 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5482 class GetKeyGroupResult < Struct.new( :key_group, :etag) SENSITIVE = [] include Aws::Structure end |