Class: Aws::CloudFront::Types::GetPublicKeyResult

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 for this version of the public key.

Returns:

  • (String)


5694
5695
5696
5697
5698
5699
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5694

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

#public_keyTypes::PublicKey

The public key.

Returns:



5694
5695
5696
5697
5698
5699
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5694

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