Class: Aws::Types::ModifyLakehouseConfigurationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyLakehouseConfigurationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#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.
Instance Attribute Details
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def catalog_name @catalog_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def cluster_identifier @cluster_identifier end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def dry_run @dry_run end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_idc_registration ⇒ "Associate", "Disassociate"
Returns the value of attribute lakehouse_idc_registration.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def lakehouse_idc_registration @lakehouse_idc_registration end |
#lakehouse_registration ⇒ "Register", "Deregister"
Returns the value of attribute lakehouse_registration.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def lakehouse_registration @lakehouse_registration end |