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.
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.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def catalog_id @catalog_id end |
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
3354 3355 3356 |
# File 'sig/types.rbs', line 3354 def hide_password @hide_password end |
#name ⇒ ::String
Returns the value of attribute name.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def name @name end |