Class: Aws::Types::ProtectedJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#job_compute_payer_account_id ⇒ ::String
Returns the value of attribute job_compute_payer_account_id.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#receiver_configurations ⇒ ::Array[Types::ProtectedJobReceiverConfiguration]
Returns the value of attribute receiver_configurations.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def id @id end |
#job_compute_payer_account_id ⇒ ::String
Returns the value of attribute job_compute_payer_account_id.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def job_compute_payer_account_id @job_compute_payer_account_id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def membership_id @membership_id end |
#receiver_configurations ⇒ ::Array[Types::ProtectedJobReceiverConfiguration]
Returns the value of attribute receiver_configurations.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def receiver_configurations @receiver_configurations end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def status @status end |