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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents a VPC link.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The timestamp when the VPC link was created.

Returns:

  • (Time)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the VPC link.

Returns:

  • (String)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

A list of security group IDs for the VPC link.

Returns:

  • (Array<String>)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

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

Returns:

  • (Array<String>)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags for the VPC link.

Returns:

  • (Hash<String,String>)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the VPC link.

Returns:

  • (String)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

The status of the VPC link.

Returns:

  • (String)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (String)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end

The version of the VPC link.

Returns:

  • (String)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8033

class VpcLink < Struct.new(
  :created_date,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_link_id,
  :vpc_link_status,
  :vpc_link_status_message,
  :vpc_link_version)
  SENSITIVE = []
  include Aws::Structure
end