Class: Aws::Types::CreateDevEndpointResponse

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])


1489
1490
1491
# File 'sig/types.rbs', line 1489

def arguments
  @arguments
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def availability_zone
  @availability_zone
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def created_timestamp
  @created_timestamp
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def endpoint_name
  @endpoint_name
end

#extra_jars_s3_path::String

Returns the value of attribute extra_jars_s3_path.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

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)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def extra_python_libs_s3_path
  @extra_python_libs_s3_path
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1486
1487
1488
# File 'sig/types.rbs', line 1486

def failure_reason
  @failure_reason
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def glue_version
  @glue_version
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def number_of_nodes
  @number_of_nodes
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def number_of_workers
  @number_of_workers
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def role_arn
  @role_arn
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def security_configuration
  @security_configuration
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1473
1474
1475
# File 'sig/types.rbs', line 1473

def security_group_ids
  @security_group_ids
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def status
  @status
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

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")


1479
1480
1481
# File 'sig/types.rbs', line 1479

def worker_type
  @worker_type
end

#yarn_endpoint_address::String

Returns the value of attribute yarn_endpoint_address.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

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)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def zeppelin_remote_spark_interpreter_port
  @zeppelin_remote_spark_interpreter_port
end