Class: Aws::Types::DevEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::DevEndpoint
- 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.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#last_update_status ⇒ ::String
Returns the value of attribute last_update_status.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#private_address ⇒ ::String
Returns the value of attribute private_address.
-
#public_address ⇒ ::String
Returns the value of attribute public_address.
-
#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.
-
#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.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def arguments @arguments end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def availability_zone @availability_zone end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def @created_timestamp end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def endpoint_name @endpoint_name end |
#extra_jars_s3_path ⇒ ::String
Returns the value of attribute extra_jars_s3_path.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 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.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def extra_python_libs_s3_path @extra_python_libs_s3_path end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def failure_reason @failure_reason end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def glue_version @glue_version end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def @last_modified_timestamp end |
#last_update_status ⇒ ::String
Returns the value of attribute last_update_status.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def last_update_status @last_update_status end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def number_of_nodes @number_of_nodes end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def number_of_workers @number_of_workers end |
#private_address ⇒ ::String
Returns the value of attribute private_address.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def private_address @private_address end |
#public_address ⇒ ::String
Returns the value of attribute public_address.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def public_address @public_address end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def public_key @public_key end |
#public_keys ⇒ ::Array[::String]
Returns the value of attribute public_keys.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def public_keys @public_keys end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def role_arn @role_arn end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def security_configuration @security_configuration end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def security_group_ids @security_group_ids end |
#status ⇒ ::String
Returns the value of attribute status.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def status @status end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def vpc_id @vpc_id end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def worker_type @worker_type end |
#yarn_endpoint_address ⇒ ::String
Returns the value of attribute yarn_endpoint_address.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def yarn_endpoint_address @yarn_endpoint_address end |
#zeppelin_remote_spark_interpreter_port ⇒ ::Integer
Returns the value of attribute zeppelin_remote_spark_interpreter_port.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def zeppelin_remote_spark_interpreter_port @zeppelin_remote_spark_interpreter_port end |