Class: Aws::Types::SparkGluePropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::SparkGluePropertiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_args ⇒ Types::SparkGlueArgs
Returns the value of attribute additional_args.
-
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
-
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
-
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
-
#idle_timeout ⇒ ::Integer
Returns the value of attribute idle_timeout.
-
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
-
#worker_type ⇒ ::String
Returns the value of attribute worker_type.
Instance Attribute Details
#additional_args ⇒ Types::SparkGlueArgs
Returns the value of attribute additional_args.
5840 5841 5842 |
# File 'sig/types.rbs', line 5840 def additional_args @additional_args end |
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
5841 5842 5843 |
# File 'sig/types.rbs', line 5841 def glue_connection_name @glue_connection_name end |
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
5842 5843 5844 |
# File 'sig/types.rbs', line 5842 def glue_connection_names @glue_connection_names end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
5843 5844 5845 |
# File 'sig/types.rbs', line 5843 def glue_version @glue_version end |
#idle_timeout ⇒ ::Integer
Returns the value of attribute idle_timeout.
5844 5845 5846 |
# File 'sig/types.rbs', line 5844 def idle_timeout @idle_timeout end |
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
5845 5846 5847 |
# File 'sig/types.rbs', line 5845 def java_virtual_env @java_virtual_env end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
5846 5847 5848 |
# File 'sig/types.rbs', line 5846 def number_of_workers @number_of_workers end |
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
5847 5848 5849 |
# File 'sig/types.rbs', line 5847 def python_virtual_env @python_virtual_env end |
#worker_type ⇒ ::String
Returns the value of attribute worker_type.
5848 5849 5850 |
# File 'sig/types.rbs', line 5848 def worker_type @worker_type end |