Module: Aws::Glue::Client::_CreateDevEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDevEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arguments ⇒ ::Hash[::String, ::String]
- #availability_zone ⇒ ::String
- #created_timestamp ⇒ ::Time
- #endpoint_name ⇒ ::String
- #extra_jars_s3_path ⇒ ::String
- #extra_python_libs_s3_path ⇒ ::String
- #failure_reason ⇒ ::String
- #glue_version ⇒ ::String
- #number_of_nodes ⇒ ::Integer
- #number_of_workers ⇒ ::Integer
- #role_arn ⇒ ::String
- #security_configuration ⇒ ::String
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ ::String
- #subnet_id ⇒ ::String
- #vpc_id ⇒ ::String
- #worker_type ⇒ "Standard", ...
- #yarn_endpoint_address ⇒ ::String
- #zeppelin_remote_spark_interpreter_port ⇒ ::Integer
Instance Method Details
#arguments ⇒ ::Hash[::String, ::String]
602 |
# File 'sig/client.rbs', line 602
def arguments: () -> ::Hash[::String, ::String]
|
#availability_zone ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def availability_zone: () -> ::String
|
#created_timestamp ⇒ ::Time
601 |
# File 'sig/client.rbs', line 601
def created_timestamp: () -> ::Time
|
#endpoint_name ⇒ ::String
584 |
# File 'sig/client.rbs', line 584
def endpoint_name: () -> ::String
|
#extra_jars_s3_path ⇒ ::String
598 |
# File 'sig/client.rbs', line 598
def extra_jars_s3_path: () -> ::String
|
#extra_python_libs_s3_path ⇒ ::String
597 |
# File 'sig/client.rbs', line 597
def extra_python_libs_s3_path: () -> ::String
|
#failure_reason ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def failure_reason: () -> ::String
|
#glue_version ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def glue_version: () -> ::String
|
#number_of_nodes ⇒ ::Integer
591 |
# File 'sig/client.rbs', line 591
def number_of_nodes: () -> ::Integer
|
#number_of_workers ⇒ ::Integer
594 |
# File 'sig/client.rbs', line 594
def number_of_workers: () -> ::Integer
|
#role_arn ⇒ ::String
588 |
# File 'sig/client.rbs', line 588
def role_arn: () -> ::String
|
#security_configuration ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def security_configuration: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
586 |
# File 'sig/client.rbs', line 586
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ ::String
585 |
# File 'sig/client.rbs', line 585
def status: () -> ::String
|
#subnet_id ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def subnet_id: () -> ::String
|
#vpc_id ⇒ ::String
596 |
# File 'sig/client.rbs', line 596
def vpc_id: () -> ::String
|
#worker_type ⇒ "Standard", ...
592 |
# File 'sig/client.rbs', line 592
def worker_type: () -> ("Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X")
|
#yarn_endpoint_address ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def yarn_endpoint_address: () -> ::String
|
#zeppelin_remote_spark_interpreter_port ⇒ ::Integer
590 |
# File 'sig/client.rbs', line 590
def zeppelin_remote_spark_interpreter_port: () -> ::Integer
|