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.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def catalog_name @catalog_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def dry_run @dry_run end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_idc_registration ⇒ "Associate", "Disassociate"
Returns the value of attribute lakehouse_idc_registration.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def lakehouse_idc_registration @lakehouse_idc_registration end |
#lakehouse_registration ⇒ "Register", "Deregister"
Returns the value of attribute lakehouse_registration.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def lakehouse_registration @lakehouse_registration end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def namespace_name @namespace_name end |