Class: Aws::Types::CreateConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def catalog_id
  @catalog_id
end

#connection_inputTypes::ConnectionInput

Returns the value of attribute connection_input.



1370
1371
1372
# File 'sig/types.rbs', line 1370

def connection_input
  @connection_input
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1371
1372
1373
# File 'sig/types.rbs', line 1371

def tags
  @tags
end