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.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def catalog_arn @catalog_arn end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def cluster_identifier @cluster_identifier end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def lakehouse_registration_status @lakehouse_registration_status end |