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)


10868
10869
10870
# File 'sig/types.rbs', line 10868

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


10866
10867
10868
# File 'sig/types.rbs', line 10866

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


10867
10868
10869
# File 'sig/types.rbs', line 10867

def port
  @port
end