Class: Aws::CloudFront::Types::GetKeyGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupResult
- Includes:
- Structure
- Defined in:
- 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.
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_group ⇒ Types::KeyGroup
The key group.
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 |