Class: Aws::CloudFront::Types::CreateKeyGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateKeyGroupResult
- 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 created.
-
#location ⇒ String
The URL of the key group.
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
2105 2106 2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2105 class CreateKeyGroupResult < Struct.new( :key_group, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#key_group ⇒ Types::KeyGroup
The key group that was just created.
2105 2106 2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2105 class CreateKeyGroupResult < Struct.new( :key_group, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URL of the key group.
2105 2106 2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2105 class CreateKeyGroupResult < Struct.new( :key_group, :location, :etag) SENSITIVE = [] include Aws::Structure end |