Class: Aws::MediaConvert::Types::AssociateCertificateRequest

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

Overview

Associates the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate with an AWS Elemental MediaConvert resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the ACM certificate that you want to associate with your MediaConvert resource.

Returns:

  • (String)


354
355
356
357
358
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 354

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