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)


753
754
755
# File 'sig/types.rbs', line 753

def connection_name
  @connection_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def database_name
  @database_name
end

#dlq_event_queue_arn::String

Returns the value of attribute dlq_event_queue_arn.

Returns:

  • (::String)


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

def dlq_event_queue_arn
  @dlq_event_queue_arn
end

#event_queue_arn::String

Returns the value of attribute event_queue_arn.

Returns:

  • (::String)


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

def event_queue_arn
  @event_queue_arn
end

#tables::Array[::String]

Returns the value of attribute tables.

Returns:

  • (::Array[::String])


752
753
754
# File 'sig/types.rbs', line 752

def tables
  @tables
end