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.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def catalog_name @catalog_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def cluster_identifier @cluster_identifier end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def dry_run @dry_run end |
#lakehouse_idc_application_arn ⇒ ::String
Returns the value of attribute lakehouse_idc_application_arn.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def lakehouse_idc_application_arn @lakehouse_idc_application_arn end |
#lakehouse_idc_registration ⇒ "Associate", "Disassociate"
Returns the value of attribute lakehouse_idc_registration.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def lakehouse_idc_registration @lakehouse_idc_registration end |
#lakehouse_registration ⇒ "Register", "Deregister"
Returns the value of attribute lakehouse_registration.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def lakehouse_registration @lakehouse_registration end |