AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput class

Constructors

AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput({Input<String?>? accept, Input<String?>? assembleWith, Input<String?>? kmsKeyId, required Input<String> s3OutputPath})
Creates a new AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput. accept MIME type of the transform output. assembleWith Method used to assemble the transform output. Allowed values are: None and Line. kmsKeyId KMS key ID used to encrypt transform output. s3OutputPath S3 or HTTPS URI where transform output is stored.
const
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput.fromMap(Map<String, dynamic> map)
factory

Properties

accept → Input<String?>?
MIME type of the transform output.
final
assembleWith → Input<String?>?
Method used to assemble the transform output. Allowed values are: None and Line.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String?>?
KMS key ID used to encrypt transform output.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputPath → Input<String>
S3 or HTTPS URI where transform output is stored.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited