Class: Aws::Types::SparkGluePropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SparkGluePropertiesOutput
- 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.
5853 5854 5855 |
# File 'sig/types.rbs', line 5853 def additional_args @additional_args end |
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
5854 5855 5856 |
# File 'sig/types.rbs', line 5854 def glue_connection_name @glue_connection_name end |
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
5855 5856 5857 |
# File 'sig/types.rbs', line 5855 def glue_connection_names @glue_connection_names end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
5856 5857 5858 |
# File 'sig/types.rbs', line 5856 def glue_version @glue_version end |
#idle_timeout ⇒ ::Integer
Returns the value of attribute idle_timeout.
5857 5858 5859 |
# File 'sig/types.rbs', line 5857 def idle_timeout @idle_timeout end |
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
5858 5859 5860 |
# File 'sig/types.rbs', line 5858 def java_virtual_env @java_virtual_env end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
5859 5860 5861 |
# File 'sig/types.rbs', line 5859 def number_of_workers @number_of_workers end |
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
5860 5861 5862 |
# File 'sig/types.rbs', line 5860 def python_virtual_env @python_virtual_env end |
#worker_type ⇒ ::String
Returns the value of attribute worker_type.
5861 5862 5863 |
# File 'sig/types.rbs', line 5861 def worker_type @worker_type end |