Class: Aws::Types::ProtectedJob

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.



2642
2643
2644
# File 'sig/types.rbs', line 2642

def compute_configuration
  @compute_configuration
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def create_time
  @create_time
end

#errorTypes::ProtectedJobError

Returns the value of attribute error.



2641
2642
2643
# File 'sig/types.rbs', line 2641

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2632
2633
2634
# File 'sig/types.rbs', line 2632

def id
  @id
end

#job_compute_payer_account_id::String

Returns the value of attribute job_compute_payer_account_id.

Returns:

  • (::String)


2643
2644
2645
# File 'sig/types.rbs', line 2643

def 
  @job_compute_payer_account_id
end

#job_parametersTypes::ProtectedJobParameters

Returns the value of attribute job_parameters.



2636
2637
2638
# File 'sig/types.rbs', line 2636

def job_parameters
  @job_parameters
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2634
2635
2636
# File 'sig/types.rbs', line 2634

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def membership_id
  @membership_id
end

#resultTypes::ProtectedJobResult

Returns the value of attribute result.



2640
2641
2642
# File 'sig/types.rbs', line 2640

def result
  @result
end

#result_configurationTypes::ProtectedJobResultConfigurationOutput

Returns the value of attribute result_configuration.



2638
2639
2640
# File 'sig/types.rbs', line 2638

def result_configuration
  @result_configuration
end

#statisticsTypes::ProtectedJobStatistics

Returns the value of attribute statistics.



2639
2640
2641
# File 'sig/types.rbs', line 2639

def statistics
  @statistics
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS")


2637
2638
2639
# File 'sig/types.rbs', line 2637

def status
  @status
end