Class: Aws::Types::SparkEmrPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SparkEmrPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_data ⇒ ::String
Returns the value of attribute certificate_data.
-
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
-
#credentials ⇒ Types::UsernamePassword
Returns the value of attribute credentials.
-
#credentials_expiration ⇒ ::Time
Returns the value of attribute credentials_expiration.
-
#governance_type ⇒ "AWS_MANAGED", "USER_MANAGED"
Returns the value of attribute governance_type.
-
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
-
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
-
#livy_endpoint ⇒ ::String
Returns the value of attribute livy_endpoint.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#managed_endpoint_arn ⇒ ::String
Returns the value of attribute managed_endpoint_arn.
-
#managed_endpoint_credentials ⇒ Types::ManagedEndpointCredentials
Returns the value of attribute managed_endpoint_credentials.
-
#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
#certificate_data ⇒ ::String
Returns the value of attribute certificate_data.
5816 5817 5818 |
# File 'sig/types.rbs', line 5816 def certificate_data @certificate_data end |
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
5805 5806 5807 |
# File 'sig/types.rbs', line 5805 def compute_arn @compute_arn end |
#credentials ⇒ Types::UsernamePassword
Returns the value of attribute credentials.
5806 5807 5808 |
# File 'sig/types.rbs', line 5806 def credentials @credentials end |
#credentials_expiration ⇒ ::Time
Returns the value of attribute credentials_expiration.
5807 5808 5809 |
# File 'sig/types.rbs', line 5807 def credentials_expiration @credentials_expiration end |
#governance_type ⇒ "AWS_MANAGED", "USER_MANAGED"
Returns the value of attribute governance_type.
5808 5809 5810 |
# File 'sig/types.rbs', line 5808 def governance_type @governance_type end |
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
5809 5810 5811 |
# File 'sig/types.rbs', line 5809 def instance_profile_arn @instance_profile_arn end |
#java_virtual_env ⇒ ::String
Returns the value of attribute java_virtual_env.
5810 5811 5812 |
# File 'sig/types.rbs', line 5810 def java_virtual_env @java_virtual_env end |
#livy_endpoint ⇒ ::String
Returns the value of attribute livy_endpoint.
5811 5812 5813 |
# File 'sig/types.rbs', line 5811 def livy_endpoint @livy_endpoint end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
5812 5813 5814 |
# File 'sig/types.rbs', line 5812 def log_uri @log_uri end |
#managed_endpoint_arn ⇒ ::String
Returns the value of attribute managed_endpoint_arn.
5817 5818 5819 |
# File 'sig/types.rbs', line 5817 def managed_endpoint_arn @managed_endpoint_arn end |
#managed_endpoint_credentials ⇒ Types::ManagedEndpointCredentials
Returns the value of attribute managed_endpoint_credentials.
5818 5819 5820 |
# File 'sig/types.rbs', line 5818 def managed_endpoint_credentials @managed_endpoint_credentials end |
#python_virtual_env ⇒ ::String
Returns the value of attribute python_virtual_env.
5813 5814 5815 |
# File 'sig/types.rbs', line 5813 def python_virtual_env @python_virtual_env end |
#runtime_role ⇒ ::String
Returns the value of attribute runtime_role.
5814 5815 5816 |
# File 'sig/types.rbs', line 5814 def runtime_role @runtime_role end |
#trusted_certificates_s3_uri ⇒ ::String
Returns the value of attribute trusted_certificates_s3_uri.
5815 5816 5817 |
# File 'sig/types.rbs', line 5815 def trusted_certificates_s3_uri @trusted_certificates_s3_uri end |