Class: Aws::Types::UpdateLakehouseConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLakehouseConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
-
#lakehouse_idc_registration ⇒ "Associate", "Disassociate"
Returns the value of attribute lakehouse_idc_registration.
-
#lakehouse_registration ⇒ "Register", "Deregister"
Returns the value of attribute lakehouse_registration.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
Instance Attribute Details
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def catalog_name @catalog_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def dry_run @dry_run end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_idc_registration ⇒ "Associate", "Disassociate"
Returns the value of attribute lakehouse_idc_registration.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def lakehouse_idc_registration @lakehouse_idc_registration end |
#lakehouse_registration ⇒ "Register", "Deregister"
Returns the value of attribute lakehouse_registration.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def lakehouse_registration @lakehouse_registration end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def namespace_name @namespace_name end |