Class: Aws::Types::CreateDevEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDevEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
-
#yarn_endpoint_address ⇒ ::String
Returns the value of attribute yarn_endpoint_address.
-
#zeppelin_remote_spark_interpreter_port ⇒ ::Integer
Returns the value of attribute zeppelin_remote_spark_interpreter_port.
Instance Attribute Details
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def arguments @arguments end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def availability_zone @availability_zone end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def @created_timestamp end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def endpoint_name @endpoint_name end |
#extra_jars_s3_path ⇒ ::String
Returns the value of attribute extra_jars_s3_path.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 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.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def extra_python_libs_s3_path @extra_python_libs_s3_path end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def failure_reason @failure_reason end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def glue_version @glue_version end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def number_of_nodes @number_of_nodes end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def number_of_workers @number_of_workers end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def role_arn @role_arn end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def security_configuration @security_configuration end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def security_group_ids @security_group_ids end |
#status ⇒ ::String
Returns the value of attribute status.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def status @status end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def vpc_id @vpc_id end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def worker_type @worker_type end |
#yarn_endpoint_address ⇒ ::String
Returns the value of attribute yarn_endpoint_address.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def yarn_endpoint_address @yarn_endpoint_address end |
#zeppelin_remote_spark_interpreter_port ⇒ ::Integer
Returns the value of attribute zeppelin_remote_spark_interpreter_port.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def zeppelin_remote_spark_interpreter_port @zeppelin_remote_spark_interpreter_port end |