Class: Aws::Types::AutonomousDatabaseConnectionStrings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_connection_strings::Hash[::String, ::String]

Returns the value of attribute all_connection_strings.

Returns:

  • (::Hash[::String, ::String])


234
235
236
# File 'sig/types.rbs', line 234

def all_connection_strings
  @all_connection_strings
end

#dedicated::String

Returns the value of attribute dedicated.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def dedicated
  @dedicated
end

#high::String

Returns the value of attribute high.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def high
  @high
end

#low::String

Returns the value of attribute low.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def low
  @low
end

#medium::String

Returns the value of attribute medium.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def medium
  @medium
end

#profiles::Array[Types::DatabaseConnectionStringProfile]

Returns the value of attribute profiles.



239
240
241
# File 'sig/types.rbs', line 239

def profiles
  @profiles
end