Class: Aws::Types::ProtectedJob
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
Returns the value of attribute compute_configuration.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#error ⇒ Types::ProtectedJobError
Returns the value of attribute error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#result ⇒ Types::ProtectedJobResult
Returns the value of attribute result.
-
#result_configuration ⇒ Types::ProtectedJobResultConfigurationOutput
Returns the value of attribute result_configuration.
-
#statistics ⇒ Types::ProtectedJobStatistics
Returns the value of attribute statistics.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#compute_configuration ⇒ Types::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.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def create_time @create_time end |
#error ⇒ Types::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.
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.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def job_compute_payer_account_id @job_compute_payer_account_id end |
#job_parameters ⇒ Types::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.
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.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def membership_id @membership_id end |
#result ⇒ Types::ProtectedJobResult
Returns the value of attribute result.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def result @result end |
#result_configuration ⇒ Types::ProtectedJobResultConfigurationOutput
Returns the value of attribute result_configuration.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def result_configuration @result_configuration end |
#statistics ⇒ Types::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.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def status @status end |