Class: Aws::Types::UpdateLakehouseConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_name::String

Returns the value of attribute catalog_name.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def catalog_name
  @catalog_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Associate", "Disassociate")


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.

Returns:

  • ("Register", "Deregister")


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.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def namespace_name
  @namespace_name
end