Class: Aws::Types::SparkEmrPropertiesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_arn::String

Returns the value of attribute compute_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5799
5800
5801
# File 'sig/types.rbs', line 5799

def trusted_certificates_s3_uri
  @trusted_certificates_s3_uri
end