Class: Aws::MediaConvert::Types::AssociateCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AssociateCertificateRequest
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
361 362 363 364 365 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 361 class AssociateCertificateRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |