Class: Aws::Types::ExecutionEngineConfig
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionEngineConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#master_instance_security_group_id ⇒ ::String
Returns the value of attribute master_instance_security_group_id.
-
#type ⇒ "EMR"
Returns the value of attribute type.
Instance Attribute Details
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
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.
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.
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.
495 496 497 |
# File 'sig/types.rbs', line 495 def type @type end |