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.



2669
2670
2671
# File 'sig/types.rbs', line 2669

def compute_configuration
  @compute_configuration
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2662
2663
2664
# File 'sig/types.rbs', line 2662

def create_time
  @create_time
end

#errorTypes::ProtectedJobError

Returns the value of attribute error.



2668
2669
2670
# File 'sig/types.rbs', line 2668

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2659
2660
2661
# File 'sig/types.rbs', line 2659

def id
  @id
end

#job_compute_payer_account_id::String

Returns the value of attribute job_compute_payer_account_id.

Returns:

  • (::String)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def 
  @job_compute_payer_account_id
end

#job_parametersTypes::ProtectedJobParameters

Returns the value of attribute job_parameters.



2663
2664
2665
# File 'sig/types.rbs', line 2663

def job_parameters
  @job_parameters
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2661
2662
2663
# File 'sig/types.rbs', line 2661

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2660
2661
2662
# File 'sig/types.rbs', line 2660

def membership_id
  @membership_id
end

#resultTypes::ProtectedJobResult

Returns the value of attribute result.



2667
2668
2669
# File 'sig/types.rbs', line 2667

def result
  @result
end

#result_configurationTypes::ProtectedJobResultConfigurationOutput

Returns the value of attribute result_configuration.



2665
2666
2667
# File 'sig/types.rbs', line 2665

def result_configuration
  @result_configuration
end

#statisticsTypes::ProtectedJobStatistics

Returns the value of attribute statistics.



2666
2667
2668
# File 'sig/types.rbs', line 2666

def statistics
  @statistics
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2664
2665
2666
# File 'sig/types.rbs', line 2664

def status
  @status
end