Class: Aws::CloudFront::Types::GetManagedCertificateDetailsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.

Returns:

  • (String)


7153
7154
7155
7156
7157
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7153

class GetManagedCertificateDetailsRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end