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)


13123
13124
13125
13126
13127
13128
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13123

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

#portInteger

Specifies the port that the database is listening on.

Returns:

  • (Integer)


13123
13124
13125
13126
13127
13128
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13123

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