Class: Aws::CloudFront::Types::UpdatePublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdatePublicKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the public key that you are updating.
-
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the public key to update.
-
#public_key_config ⇒ Types::PublicKeyConfig
A public key configuration.
Instance Attribute Details
#id ⇒ String
The identifier of the public key that you are updating.
12898 12899 12900 12901 12902 12903 12904 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12898 class UpdatePublicKeyRequest < Struct.new( :public_key_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the public key to update. For example: `E2QWRUHAPOMQZL`.
12898 12899 12900 12901 12902 12903 12904 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12898 class UpdatePublicKeyRequest < Struct.new( :public_key_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#public_key_config ⇒ Types::PublicKeyConfig
A public key configuration.
12898 12899 12900 12901 12902 12903 12904 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12898 class UpdatePublicKeyRequest < Struct.new( :public_key_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |