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 distribution tenant.
Instance Attribute Details
#identifier ⇒ String
The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.
6924 6925 6926 6927 6928 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6924 class GetManagedCertificateDetailsRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |