DescribeCompanyNetworkConfigurationResponse class

Constructors

DescribeCompanyNetworkConfigurationResponse({List<String>? securityGroupIds, List<String>? subnetIds, String? vpcId})
DescribeCompanyNetworkConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds List<String>?
The security groups associated with access to the provided subnets.
final
subnetIds List<String>?
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
final
vpcId String?
The VPC with connectivity to associated websites.
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