Class: Aws::CloudFront::Types::UpdatePublicKeyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the public key that you are updating.

Returns:

  • (String)


12873
12874
12875
12876
12877
12878
12879
# File 'lib/aws-sdk-cloudfront/types.rb', line 12873

class UpdatePublicKeyRequest < Struct.new(
  :public_key_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ‘ETag` header that you received when retrieving the public key to update. For example: `E2QWRUHAPOMQZL`.

Returns:

  • (String)


12873
12874
12875
12876
12877
12878
12879
# File 'lib/aws-sdk-cloudfront/types.rb', line 12873

class UpdatePublicKeyRequest < Struct.new(
  :public_key_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#public_key_configTypes::PublicKeyConfig

A public key configuration.



12873
12874
12875
12876
12877
12878
12879
# File 'lib/aws-sdk-cloudfront/types.rb', line 12873

class UpdatePublicKeyRequest < Struct.new(
  :public_key_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end