Class: Aws::Types::CatalogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CatalogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
-
#warehouse_location ⇒ ::String
Returns the value of attribute warehouse_location.
Instance Attribute Details
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
138 139 140 |
# File 'sig/types.rbs', line 138 def catalog_arn @catalog_arn end |
#warehouse_location ⇒ ::String
Returns the value of attribute warehouse_location.
139 140 141 |
# File 'sig/types.rbs', line 139 def warehouse_location @warehouse_location end |