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