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]
617 |
# File 'sig/client.rbs', line 617
def arguments: () -> ::Hash[::String, ::String]
|
#availability_zone ⇒ ::String
610 |
# File 'sig/client.rbs', line 610
def availability_zone: () -> ::String
|
#created_timestamp ⇒ ::Time
616 |
# File 'sig/client.rbs', line 616
def created_timestamp: () -> ::Time
|
#endpoint_name ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def endpoint_name: () -> ::String
|
#extra_jars_s3_path ⇒ ::String
613 |
# File 'sig/client.rbs', line 613
def extra_jars_s3_path: () -> ::String
|
#extra_python_libs_s3_path ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def extra_python_libs_s3_path: () -> ::String
|
#failure_reason ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def failure_reason: () -> ::String
|
#glue_version ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def glue_version: () -> ::String
|
#number_of_nodes ⇒ ::Integer
606 |
# File 'sig/client.rbs', line 606
def number_of_nodes: () -> ::Integer
|
#number_of_workers ⇒ ::Integer
609 |
# File 'sig/client.rbs', line 609
def number_of_workers: () -> ::Integer
|
#role_arn ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def role_arn: () -> ::String
|
#security_configuration ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def security_configuration: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
601 |
# File 'sig/client.rbs', line 601
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def status: () -> ::String
|
#subnet_id ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def subnet_id: () -> ::String
|
#vpc_id ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def vpc_id: () -> ::String
|
#worker_type ⇒ "Standard", ...
607 |
# File 'sig/client.rbs', line 607
def worker_type: () -> ("Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X")
|
#yarn_endpoint_address ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def yarn_endpoint_address: () -> ::String
|
#zeppelin_remote_spark_interpreter_port ⇒ ::Integer
605 |
# File 'sig/client.rbs', line 605
def zeppelin_remote_spark_interpreter_port: () -> ::Integer
|