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.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def apply_override_for_compute_environment @apply_override_for_compute_environment end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3362 3363 3364 |
# File 'sig/types.rbs', line 3362 def catalog_id @catalog_id end |
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
3364 3365 3366 |
# File 'sig/types.rbs', line 3364 def hide_password @hide_password end |
#name ⇒ ::String
Returns the value of attribute name.
3363 3364 3365 |
# File 'sig/types.rbs', line 3363 def name @name end |