Class: Aws::Types::ExecutionEngineConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def execution_role_arn
  @execution_role_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def id
  @id
end

#master_instance_security_group_id::String

Returns the value of attribute master_instance_security_group_id.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def master_instance_security_group_id
  @master_instance_security_group_id
end

#type"EMR"

Returns the value of attribute type.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def type
  @type
end