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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the multi-tenant distribution.

Returns:

  • (String)


6923
6924
6925
6926
6927
# File 'lib/aws-sdk-cloudfront/types.rb', line 6923

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