Class: Aws::Types::SparkEmrPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::SparkEmrPropertiesPatch
- 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.
5823 5824 5825 |
# File 'sig/types.rbs', line 5823 def compute_arn @compute_arn end |
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
5824 5825 5826 |
# File 'sig/types.rbs', line 5824 def instance_profile_arn @instance_profile_arn end |
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
5825 5826 5827 |
# File 'sig/types.rbs', line 5825 def java_virtual_env @java_virtual_env end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
5826 5827 5828 |
# File 'sig/types.rbs', line 5826 def log_uri @log_uri end |
#managed_endpoint_arn ⇒ ::String
Returns the value of attribute managed_endpoint_arn.
5830 5831 5832 |
# File 'sig/types.rbs', line 5830 def managed_endpoint_arn @managed_endpoint_arn end |
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
5827 5828 5829 |
# File 'sig/types.rbs', line 5827 def python_virtual_env @python_virtual_env end |
#runtime_role ⇒ ::String
Returns the value of attribute runtime_role.
5828 5829 5830 |
# File 'sig/types.rbs', line 5828 def runtime_role @runtime_role end |
#trusted_certificates_s3_uri ⇒ ::String
Returns the value of attribute trusted_certificates_s3_uri.
5829 5830 5831 |
# File 'sig/types.rbs', line 5829 def trusted_certificates_s3_uri @trusted_certificates_s3_uri end |