Class: Aws::Types::CreateDevEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDevEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#extra_jars_s3_path ⇒ ::String
Returns the value of attribute extra_jars_s3_path.
-
#extra_python_libs_s3_path ⇒ ::String
Returns the value of attribute extra_python_libs_s3_path.
-
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#public_keys ⇒ ::Array[::String]
Returns the value of attribute public_keys.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def arguments @arguments end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def endpoint_name @endpoint_name end |
#extra_jars_s3_path ⇒ ::String
Returns the value of attribute extra_jars_s3_path.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def extra_jars_s3_path @extra_jars_s3_path end |
#extra_python_libs_s3_path ⇒ ::String
Returns the value of attribute extra_python_libs_s3_path.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def extra_python_libs_s3_path @extra_python_libs_s3_path end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def glue_version @glue_version end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def number_of_nodes @number_of_nodes end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def number_of_workers @number_of_workers end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def public_key @public_key end |
#public_keys ⇒ ::Array[::String]
Returns the value of attribute public_keys.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def public_keys @public_keys end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def role_arn @role_arn end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def security_configuration @security_configuration end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def subnet_id @subnet_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def @tags end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def worker_type @worker_type end |