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)


396
397
398
399
400
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 396

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