Class: Aws::CloudFront::Types::GetManagedCertificateDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetManagedCertificateDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the multi-tenant distribution.
Instance Attribute Details
#identifier ⇒ String
The identifier of the multi-tenant distribution.
6923 6924 6925 6926 6927 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6923 class GetManagedCertificateDetailsRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |