Class: Aws::Types::CreateConnectionAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_string::String

Returns the value of attribute connection_string.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def connection_string
  @connection_string
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def tags
  @tags
end