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.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def compute_configuration @compute_configuration end |
#job_compute_payer_account_id ⇒ ::String
Returns the value of attribute job_compute_payer_account_id.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def job_compute_payer_account_id @job_compute_payer_account_id end |
#job_parameters ⇒ Types::ProtectedJobParameters
Returns the value of attribute job_parameters.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def job_parameters @job_parameters end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def membership_identifier @membership_identifier end |
#result_configuration ⇒ Types::ProtectedJobResultConfigurationInput
Returns the value of attribute result_configuration.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def result_configuration @result_configuration end |
#type ⇒ "PYSPARK"
Returns the value of attribute type.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def type @type end |