Class: Aws::Types::SqlServerParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


10478
10479
10480
# File 'sig/types.rbs', line 10478

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


10476
10477
10478
# File 'sig/types.rbs', line 10476

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


10477
10478
10479
# File 'sig/types.rbs', line 10477

def port
  @port
end