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)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def catalog_id
  @catalog_id
end

#connection_inputTypes::ConnectionInput

Returns the value of attribute connection_input.



1366
1367
1368
# File 'sig/types.rbs', line 1366

def connection_input
  @connection_input
end

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

Returns the value of attribute tags.

Returns:

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


1367
1368
1369
# File 'sig/types.rbs', line 1367

def tags
  @tags
end