Class: Aws::Lightsail::Types::RelationalDatabaseEndpoint

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

Overview

Describes an endpoint for a database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

Specifies the DNS address of the database.

Returns:

  • (String)


13067
13068
13069
13070
13071
13072
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13067

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

#portInteger

Specifies the port that the database is listening on.

Returns:

  • (Integer)


13067
13068
13069
13070
13071
13072
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13067

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