Class: Aws::MediaConvert::Types::DisassociateCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DisassociateCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and 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 disassociate from your MediaConvert resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the ACM certificate that you want to disassociate from your MediaConvert resource.
3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3828 class DisassociateCertificateRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |