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")


3355
3356
3357
# File 'sig/types.rbs', line 3355

def apply_override_for_compute_environment
  @apply_override_for_compute_environment
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3352
3353
3354
# File 'sig/types.rbs', line 3352

def catalog_id
  @catalog_id
end

#hide_passwordBoolean

Returns the value of attribute hide_password.

Returns:

  • (Boolean)


3354
3355
3356
# File 'sig/types.rbs', line 3354

def hide_password
  @hide_password
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3353
3354
3355
# File 'sig/types.rbs', line 3353

def name
  @name
end