Class: Aws::Types::CatalogTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def connection_name
  @connection_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def database_name
  @database_name
end

#dlq_event_queue_arn::String

Returns the value of attribute dlq_event_queue_arn.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def dlq_event_queue_arn
  @dlq_event_queue_arn
end

#event_queue_arn::String

Returns the value of attribute event_queue_arn.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def event_queue_arn
  @event_queue_arn
end

#tables::Array[::String]

Returns the value of attribute tables.

Returns:

  • (::Array[::String])


756
757
758
# File 'sig/types.rbs', line 756

def tables
  @tables
end