Class: Aws::RedshiftServerless::Types::VpcEndpoint

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

Overview

The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interfacesArray<Types::NetworkInterface>

One or more network interfaces of the endpoint. Also known as an interface endpoint.

Returns:



3545
3546
3547
3548
3549
3550
3551
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3545

class VpcEndpoint < Struct.new(
  :network_interfaces,
  :vpc_endpoint_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The connection endpoint ID for connecting to Amazon Redshift Serverless.

Returns:

  • (String)


3545
3546
3547
3548
3549
3550
3551
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3545

class VpcEndpoint < Struct.new(
  :network_interfaces,
  :vpc_endpoint_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC identifier that the endpoint is associated with.

Returns:

  • (String)


3545
3546
3547
3548
3549
3550
3551
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3545

class VpcEndpoint < Struct.new(
  :network_interfaces,
  :vpc_endpoint_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end