Class: Aws::Types::SparkEmrPropertiesPatch

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5829
5830
5831
# File 'sig/types.rbs', line 5829

def trusted_certificates_s3_uri
  @trusted_certificates_s3_uri
end