Class: Aws::CloudFront::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Certificate
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The Certificate Manager (ACM) certificate associated with your distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1353 class Certificate < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |