Class: Aws::Types::StartProtectedJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartProtectedJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
Returns the value of attribute compute_configuration.
-
#job_compute_payer_account_id ⇒ ::String
Returns the value of attribute job_compute_payer_account_id.
-
#job_parameters ⇒ Types::ProtectedJobParameters
Returns the value of attribute job_parameters.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#result_configuration ⇒ Types::ProtectedJobResultConfigurationInput
Returns the value of attribute result_configuration.
-
#type ⇒ "PYSPARK"
Returns the value of attribute type.
Instance Attribute Details
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
Returns the value of attribute compute_configuration.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def compute_configuration @compute_configuration end |
#job_compute_payer_account_id ⇒ ::String
Returns the value of attribute job_compute_payer_account_id.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def job_compute_payer_account_id @job_compute_payer_account_id end |
#job_parameters ⇒ Types::ProtectedJobParameters
Returns the value of attribute job_parameters.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def job_parameters @job_parameters end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def membership_identifier @membership_identifier end |
#result_configuration ⇒ Types::ProtectedJobResultConfigurationInput
Returns the value of attribute result_configuration.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def result_configuration @result_configuration end |
#type ⇒ "PYSPARK"
Returns the value of attribute type.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def type @type end |