Class: Aws::Types::ModifyLakehouseConfigurationMessage

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)


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.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def cluster_identifier
  @cluster_identifier
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Associate", "Disassociate")


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.

Returns:

  • ("Register", "Deregister")


2119
2120
2121
# File 'sig/types.rbs', line 2119

def lakehouse_registration
  @lakehouse_registration
end