Class: Aws::Types::DevEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arguments::Hash[::String, ::String]

Returns the value of attribute arguments.

Returns:

  • (::Hash[::String, ::String])


2746
2747
2748
# File 'sig/types.rbs', line 2746

def arguments
  @arguments
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2741
2742
2743
# File 'sig/types.rbs', line 2741

def created_timestamp
  @created_timestamp
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2742
2743
2744
# File 'sig/types.rbs', line 2742

def last_modified_timestamp
  @last_modified_timestamp
end

#last_update_status::String

Returns the value of attribute last_update_status.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def status
  @status
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2728
2729
2730
# File 'sig/types.rbs', line 2728

def zeppelin_remote_spark_interpreter_port
  @zeppelin_remote_spark_interpreter_port
end