Class: Aws::CloudFront::Types::Certificate

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

Overview

The Certificate Manager (ACM) certificate associated with your distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ACM certificate.

Returns:

  • (String)


1302
1303
1304
1305
1306
# File 'lib/aws-sdk-cloudfront/types.rb', line 1302

class Certificate < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end