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