RemoveFlowVpcInterfaceResponse class

Constructors

RemoveFlowVpcInterfaceResponse({String? flowArn, List<String>? nonDeletedNetworkInterfaceIds, String? vpcInterfaceName})
RemoveFlowVpcInterfaceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

flowArn String?
The ARN of the flow that is associated with the VPC interface you removed.
final
hashCode int
The hash code for this object.
no setterinherited
nonDeletedNetworkInterfaceIds List<String>?
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcInterfaceName String?
The name of the VPC interface that was removed.
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