Module: Aws::EMRServerless::Types
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Defined Under Namespace
Classes: Application, ApplicationSummary, AutoStartConfig, AutoStopConfig, CancelJobRunRequest, CancelJobRunResponse, CloudWatchLoggingConfiguration, Configuration, ConfigurationOverrides, ConflictException, CreateApplicationRequest, CreateApplicationResponse, DeleteApplicationRequest, DeleteApplicationResponse, GetApplicationRequest, GetApplicationResponse, GetDashboardForJobRunRequest, GetDashboardForJobRunResponse, GetJobRunRequest, GetJobRunResponse, Hive, ImageConfiguration, ImageConfigurationInput, InitialCapacityConfig, InteractiveConfiguration, InternalServerException, JobDriver, JobRun, JobRunAttemptSummary, JobRunSummary, ListApplicationsRequest, ListApplicationsResponse, ListJobRunAttemptsRequest, ListJobRunAttemptsResponse, ListJobRunsRequest, ListJobRunsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, ManagedPersistenceMonitoringConfiguration, MaximumAllowedResources, MonitoringConfiguration, NetworkConfiguration, PrometheusMonitoringConfiguration, ResourceNotFoundException, ResourceUtilization, RetryPolicy, S3MonitoringConfiguration, SchedulerConfiguration, ServiceQuotaExceededException, SparkSubmit, StartApplicationRequest, StartApplicationResponse, StartJobRunRequest, StartJobRunResponse, StopApplicationRequest, StopApplicationResponse, TagResourceRequest, TagResourceResponse, TotalResourceUtilization, UntagResourceRequest, UntagResourceResponse, UpdateApplicationRequest, UpdateApplicationResponse, ValidationException, WorkerResourceConfig, WorkerTypeSpecification, WorkerTypeSpecificationInput
Instance Attribute Summary collapse
-
#hive ⇒ Types::Hive
The job driver parameters specified for Hive.
-
#spark_submit ⇒ Types::SparkSubmit
The job driver parameters specified for Spark.
Instance Attribute Details
#hive ⇒ Types::Hive
The job driver parameters specified for Hive.
780 781 782 783 784 785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 780 class JobDriver < Struct.new( :spark_submit, :hive, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SparkSubmit < JobDriver; end class Hive < JobDriver; end class Unknown < JobDriver; end end |
#spark_submit ⇒ Types::SparkSubmit
The job driver parameters specified for Spark.
780 781 782 783 784 785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 780 class JobDriver < Struct.new( :spark_submit, :hive, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SparkSubmit < JobDriver; end class Hive < JobDriver; end class Unknown < JobDriver; end end |