Class: Aws::CloudFront::Types::GetPublicKeyConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the public key configuration.
-
#public_key_config ⇒ Types::PublicKeyConfig
Return the result for the public key configuration.
Instance Attribute Details
#etag ⇒ String
The current version of the public key configuration. For example: ‘E2QWRUHAPOMQZL`.
4740 4741 4742 4743 4744 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4740 class GetPublicKeyConfigResult < Struct.new( :public_key_config, :etag) include Aws::Structure end |
#public_key_config ⇒ Types::PublicKeyConfig
Return the result for the public key configuration.
4740 4741 4742 4743 4744 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4740 class GetPublicKeyConfigResult < Struct.new( :public_key_config, :etag) include Aws::Structure end |