Class: Aws::Types::GlueConnection
- Inherits:
-
Object
- Object
- Aws::Types::GlueConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#athena_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute athena_properties.
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#compatible_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute compatible_compute_environments.
-
#connection_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_properties.
-
#connection_schema_version ⇒ ::Integer
Returns the value of attribute connection_schema_version.
-
#connection_type ⇒ "ATHENA", ...
Returns the value of attribute connection_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_connection_validation_time ⇒ ::Time
Returns the value of attribute last_connection_validation_time.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#match_criteria ⇒ ::Array[::String]
Returns the value of attribute match_criteria.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
Returns the value of attribute physical_connection_requirements.
-
#python_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute python_properties.
-
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#athena_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute athena_properties.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def athena_properties @athena_properties end |
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
3450 3451 3452 |
# File 'sig/types.rbs', line 3450 def authentication_configuration @authentication_configuration end |
#compatible_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute compatible_compute_environments.
3452 3453 3454 |
# File 'sig/types.rbs', line 3452 def compatible_compute_environments @compatible_compute_environments end |
#connection_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_properties.
3439 3440 3441 |
# File 'sig/types.rbs', line 3439 def connection_properties @connection_properties end |
#connection_schema_version ⇒ ::Integer
Returns the value of attribute connection_schema_version.
3451 3452 3453 |
# File 'sig/types.rbs', line 3451 def connection_schema_version @connection_schema_version end |
#connection_type ⇒ "ATHENA", ...
Returns the value of attribute connection_type.
3437 3438 3439 |
# File 'sig/types.rbs', line 3437 def connection_type @connection_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
3436 3437 3438 |
# File 'sig/types.rbs', line 3436 def description @description end |
#last_connection_validation_time ⇒ ::Time
Returns the value of attribute last_connection_validation_time.
3449 3450 3451 |
# File 'sig/types.rbs', line 3449 def last_connection_validation_time @last_connection_validation_time end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def last_updated_time @last_updated_time end |
#match_criteria ⇒ ::Array[::String]
Returns the value of attribute match_criteria.
3438 3439 3440 |
# File 'sig/types.rbs', line 3438 def match_criteria @match_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
3435 3436 3437 |
# File 'sig/types.rbs', line 3435 def name @name end |
#physical_connection_requirements ⇒ Types::PhysicalConnectionRequirements
Returns the value of attribute physical_connection_requirements.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def physical_connection_requirements @physical_connection_requirements end |
#python_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute python_properties.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def python_properties @python_properties end |
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def spark_properties @spark_properties end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
3448 3449 3450 |
# File 'sig/types.rbs', line 3448 def status_reason @status_reason end |