Class: Aws::Types::LakehouseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LakehouseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
-
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
Instance Attribute Details
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def catalog_arn @catalog_arn end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def cluster_identifier @cluster_identifier end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def lakehouse_registration_status @lakehouse_registration_status end |