Class: Aws::Lightsail::Types::RelationalDatabaseEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes an endpoint for a database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
Specifies the DNS address of the database.
-
#port ⇒ Integer
Specifies the port that the database is listening on.
Instance Attribute Details
#address ⇒ String
Specifies the DNS address of the database.
13122 13123 13124 13125 13126 13127 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13122 class RelationalDatabaseEndpoint < Struct.new( :port, :address) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Specifies the port that the database is listening on.
13122 13123 13124 13125 13126 13127 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13122 class RelationalDatabaseEndpoint < Struct.new( :port, :address) SENSITIVE = [] include Aws::Structure end |