Class: Aws::Types::CreateDevEndpointRequest

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


1466
1467
1468
# File 'sig/types.rbs', line 1466

def arguments
  @arguments
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def endpoint_name
  @endpoint_name
end

#extra_jars_s3_path::String

Returns the value of attribute extra_jars_s3_path.

Returns:

  • (::String)


1463
1464
1465
# File 'sig/types.rbs', line 1463

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)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def extra_python_libs_s3_path
  @extra_python_libs_s3_path
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def glue_version
  @glue_version
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def number_of_nodes
  @number_of_nodes
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def number_of_workers
  @number_of_workers
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def public_key
  @public_key
end

#public_keys::Array[::String]

Returns the value of attribute public_keys.

Returns:

  • (::Array[::String])


1457
1458
1459
# File 'sig/types.rbs', line 1457

def public_keys
  @public_keys
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def role_arn
  @role_arn
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def security_configuration
  @security_configuration
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1454
1455
1456
# File 'sig/types.rbs', line 1454

def security_group_ids
  @security_group_ids
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def subnet_id
  @subnet_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1465
1466
1467
# File 'sig/types.rbs', line 1465

def tags
  @tags
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")


1459
1460
1461
# File 'sig/types.rbs', line 1459

def worker_type
  @worker_type
end