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

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

Overview

Describes an endpoint for a database.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

Specifies the DNS address of the database.

Returns:

  • (String)


6626
6627
6628
6629
6630
# File 'lib/aws-sdk-lightsail/types.rb', line 6626

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

#portInteger

Specifies the port that the database is listening on.

Returns:

  • (Integer)


6626
6627
6628
6629
6630
# File 'lib/aws-sdk-lightsail/types.rb', line 6626

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