CreateVpcLinkResponse class
Constructors
- 
          CreateVpcLinkResponse({DateTime? createdDate, String? name, List<String> ? securityGroupIds, List<String> ? subnetIds, Map<String, String> ? tags, String? vpcLinkId, VpcLinkStatus? vpcLinkStatus, String? vpcLinkStatusMessage, VpcLinkVersion? vpcLinkVersion})
- 
          CreateVpcLinkResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- createdDate → DateTime?
- 
  The timestamp when the VPC link was created.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String?
- 
  The name of the VPC link.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  securityGroupIds
  → List<String> ?
- 
  A list of security group IDs for the VPC link.
  final
- 
  subnetIds
  → List<String> ?
- 
  A list of subnet IDs to include in the VPC link.
  final
- 
  Tags for the VPC link.
  final
- vpcLinkId → String?
- 
  The ID of the VPC link.
  final
- vpcLinkStatus → VpcLinkStatus?
- 
  The status of the VPC link.
  final
- vpcLinkStatusMessage → String?
- 
  A message summarizing the cause of the status of the VPC link.
  final
- vpcLinkVersion → VpcLinkVersion?
- 
  The version of the VPC link.
  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