Class: Aws::Types::GetConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_override_for_compute_environment"SPARK", ...

Returns the value of attribute apply_override_for_compute_environment.

Returns:

  • ("SPARK", "ATHENA", "PYTHON")


3349
3350
3351
# File 'sig/types.rbs', line 3349

def apply_override_for_compute_environment
  @apply_override_for_compute_environment
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def catalog_id
  @catalog_id
end

#hide_passwordBoolean

Returns the value of attribute hide_password.

Returns:

  • (Boolean)


3348
3349
3350
# File 'sig/types.rbs', line 3348

def hide_password
  @hide_password
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3347
3348
3349
# File 'sig/types.rbs', line 3347

def name
  @name
end