CreateConnectionOutput class

Constructors

CreateConnectionOutput({required String connectionArn, List<Tag>? tags})
CreateConnectionOutput.fromJson(Map<String, dynamic> json)
factory

Properties

connectionArn String
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
Specifies the tags applied to the resource.
final

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