Class: Aws::CloudFront::Types::UpdateKeyGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateKeyGroupResult
- 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 that was just updated.
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
13316 13317 13318 13319 13320 13321 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13316 class UpdateKeyGroupResult < Struct.new( :key_group, :etag) SENSITIVE = [] include Aws::Structure end |
#key_group ⇒ Types::KeyGroup
The key group that was just updated.
13316 13317 13318 13319 13320 13321 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13316 class UpdateKeyGroupResult < Struct.new( :key_group, :etag) SENSITIVE = [] include Aws::Structure end |