Class: Aws::Types::CatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::CatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dlq_event_queue_arn ⇒ ::String
Returns the value of attribute dlq_event_queue_arn.
-
#event_queue_arn ⇒ ::String
Returns the value of attribute event_queue_arn.
-
#tables ⇒ ::Array[::String]
Returns the value of attribute tables.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
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.
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.
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.
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.
756 757 758 |
# File 'sig/types.rbs', line 756 def tables @tables end |