You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApiGatewayV2::Types::VpcLink

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a VPC link.

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The timestamp when the VPC link was created.

Returns:

  • (Time)

    The timestamp when the VPC link was created.

#nameString

The name of the VPC link.

Returns:

  • (String)

    The name of the VPC link.

#security_group_idsArray<String>

A list of security group IDs for the VPC link.

Returns:

  • (Array<String>)

    A list of security group IDs for the VPC link.

#subnet_idsArray<String>

A list of subnet IDs to include in the VPC link.

Returns:

  • (Array<String>)

    A list of subnet IDs to include in the VPC link.

#tagsHash<String,String>

Tags for the VPC link.

Returns:

  • (Hash<String,String>)

    Tags for the VPC link.

The ID of the VPC link.

Returns:

  • (String)

    The ID of the VPC link.

The status of the VPC link.

Possible values:

  • PENDING
  • AVAILABLE
  • DELETING
  • FAILED
  • INACTIVE

Returns:

  • (String)

    The status of the VPC link.

A message summarizing the cause of the status of the VPC link.

Returns:

  • (String)

    A message summarizing the cause of the status of the VPC link.

The version of the VPC link.

Possible values:

  • V2

Returns:

  • (String)

    The version of the VPC link.