Class: Aws::Types::StartProtectedJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


3111
3112
3113
# File 'sig/types.rbs', line 3111

def 
  @job_compute_payer_account_id
end

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

Returns:

  • (::String)


3107
3108
3109
# File 'sig/types.rbs', line 3107

def membership_identifier
  @membership_identifier
end

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

Returns:

  • ("PYSPARK")


3106
3107
3108
# File 'sig/types.rbs', line 3106

def type
  @type
end