Class: Aws::Types::GetConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_override_for_compute_environment ⇒ "SPARK", ...
Returns the value of attribute apply_override_for_compute_environment.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#apply_override_for_compute_environment ⇒ "SPARK", ...
Returns the value of attribute apply_override_for_compute_environment.
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.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def catalog_id @catalog_id end |
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def hide_password @hide_password end |
#name ⇒ ::String
Returns the value of attribute name.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def name @name end |