Class: Aws::Types::UpdateLakehouseConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLakehouseConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
-
#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.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
Instance Attribute Details
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def catalog_arn @catalog_arn end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def lakehouse_registration_status @lakehouse_registration_status end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def namespace_name @namespace_name end |