RecordOutput class

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

Constructors

RecordOutput({String? description, String? outputKey, String? outputValue})
RecordOutput.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The description of the output.
final
hashCode int
The hash code for this object.
no setterinherited
outputKey String?
The output key.
final
outputValue String?
The output value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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