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.



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.

Returns:

  • (::String)


3138
3139
3140
# File 'sig/types.rbs', line 3138

def 
  @job_compute_payer_account_id
end

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

Returns:

  • (::String)


3134
3135
3136
# File 'sig/types.rbs', line 3134

def membership_identifier
  @membership_identifier
end

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

Returns:

  • ("PYSPARK")


3133
3134
3135
# File 'sig/types.rbs', line 3133

def type
  @type
end