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.
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.
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.
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.
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.
752 753 754 |
# File 'sig/types.rbs', line 752 def tables @tables end |