Class: Aws::Types::SparkEmrPropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials, :managed_endpoint_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_data::String

Returns the value of attribute certificate_data.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5805
5806
5807
# File 'sig/types.rbs', line 5805

def compute_arn
  @compute_arn
end

#credentialsTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • ("AWS_MANAGED", "USER_MANAGED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5817
5818
5819
# File 'sig/types.rbs', line 5817

def managed_endpoint_arn
  @managed_endpoint_arn
end

#managed_endpoint_credentialsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5815
5816
5817
# File 'sig/types.rbs', line 5815

def trusted_certificates_s3_uri
  @trusted_certificates_s3_uri
end