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.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def catalog_arn @catalog_arn end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def lakehouse_registration_status @lakehouse_registration_status end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def namespace_name @namespace_name end |