Class: Aws::Types::SparkEmrPropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::SparkEmrPropertiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
-
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
-
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#managed_endpoint_arn ⇒ ::String
Returns the value of attribute managed_endpoint_arn.
-
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
-
#runtime_role ⇒ ::String
Returns the value of attribute runtime_role.
-
#trusted_certificates_s3_uri ⇒ ::String
Returns the value of attribute trusted_certificates_s3_uri.
Instance Attribute Details
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
5793 5794 5795 |
# File 'sig/types.rbs', line 5793 def compute_arn @compute_arn end |
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
5794 5795 5796 |
# File 'sig/types.rbs', line 5794 def instance_profile_arn @instance_profile_arn end |
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
5795 5796 5797 |
# File 'sig/types.rbs', line 5795 def java_virtual_env @java_virtual_env end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
5796 5797 5798 |
# File 'sig/types.rbs', line 5796 def log_uri @log_uri end |
#managed_endpoint_arn ⇒ ::String
Returns the value of attribute managed_endpoint_arn.
5800 5801 5802 |
# File 'sig/types.rbs', line 5800 def managed_endpoint_arn @managed_endpoint_arn end |
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
5797 5798 5799 |
# File 'sig/types.rbs', line 5797 def python_virtual_env @python_virtual_env end |
#runtime_role ⇒ ::String
Returns the value of attribute runtime_role.
5798 5799 5800 |
# File 'sig/types.rbs', line 5798 def runtime_role @runtime_role end |
#trusted_certificates_s3_uri ⇒ ::String
Returns the value of attribute trusted_certificates_s3_uri.
5799 5800 5801 |
# File 'sig/types.rbs', line 5799 def trusted_certificates_s3_uri @trusted_certificates_s3_uri end |