Class: Aws::CloudFront::Types::GetManagedCertificateDetailsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetManagedCertificateDetailsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_certificate_details ⇒ Types::ManagedCertificateDetails
Contains details about the CloudFront managed ACM certificate.
Instance Attribute Details
#managed_certificate_details ⇒ Types::ManagedCertificateDetails
Contains details about the CloudFront managed ACM certificate.
6936 6937 6938 6939 6940 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6936 class GetManagedCertificateDetailsResult < Struct.new( :managed_certificate_details) SENSITIVE = [] include Aws::Structure end |