Class: Aws::CloudFront::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Certificate
- 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
-
#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.
1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1302 class Certificate < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |