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:



3523
3524
3525
3526
3527
3528
3529
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3523

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)


3523
3524
3525
3526
3527
3528
3529
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3523

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)


3523
3524
3525
3526
3527
3528
3529
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3523

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