Class: Aws::RedshiftServerless::Types::Endpoint

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

Overview

The VPC endpoint object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The DNS address of the VPC endpoint.

Returns:

  • (String)


943
944
945
946
947
948
949
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 943

class Endpoint < Struct.new(
  :address,
  :port,
  :vpc_endpoints)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port that Amazon Redshift Serverless listens on.

Returns:

  • (Integer)


943
944
945
946
947
948
949
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 943

class Endpoint < Struct.new(
  :address,
  :port,
  :vpc_endpoints)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpointsArray<Types::VpcEndpoint>

An array of VpcEndpoint objects.

Returns:



943
944
945
946
947
948
949
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 943

class Endpoint < Struct.new(
  :address,
  :port,
  :vpc_endpoints)
  SENSITIVE = []
  include Aws::Structure
end