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.
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.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def create_time @create_time end |
#error ⇒ Types::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.
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.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def job_compute_payer_account_id @job_compute_payer_account_id end |
#job_parameters ⇒ Types::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.
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.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def membership_id @membership_id end |
#result ⇒ Types::ProtectedJobResult
Returns the value of attribute result.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def result @result end |
#result_configuration ⇒ Types::ProtectedJobResultConfigurationOutput
Returns the value of attribute result_configuration.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def result_configuration @result_configuration end |
#statistics ⇒ Types::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.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def status @status end |