Class: Aws::CloudFront::Types::GetPublicKeyConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyConfigResult
- 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 public key configuration.
-
#public_key_config ⇒ Types::PublicKeyConfig
A public key configuration.
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the public key configuration.
5667 5668 5669 5670 5671 5672 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5667 class GetPublicKeyConfigResult < Struct.new( :public_key_config, :etag) SENSITIVE = [] include Aws::Structure end |
#public_key_config ⇒ Types::PublicKeyConfig
A public key configuration.
5667 5668 5669 5670 5671 5672 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5667 class GetPublicKeyConfigResult < Struct.new( :public_key_config, :etag) SENSITIVE = [] include Aws::Structure end |