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)


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.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def cluster_identifier
  @cluster_identifier
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Associate", "Disassociate")


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.

Returns:

  • ("Register", "Deregister")


2130
2131
2132
# File 'sig/types.rbs', line 2130

def lakehouse_registration
  @lakehouse_registration
end