Class: Aws::CloudFront::Types::UpdatePublicKeyResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The identifier of the current version of the public key.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12914

class UpdatePublicKeyResult < Struct.new(
  :public_key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#public_keyTypes::PublicKey

The public key.

Returns:



12914
12915
12916
12917
12918
12919
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12914

class UpdatePublicKeyResult < Struct.new(
  :public_key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end