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.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def id @id end |
#job_compute_payer_account_id ⇒ ::String
Returns the value of attribute job_compute_payer_account_id.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def job_compute_payer_account_id @job_compute_payer_account_id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def membership_id @membership_id end |
#receiver_configurations ⇒ ::Array[Types::ProtectedJobReceiverConfiguration]
Returns the value of attribute receiver_configurations.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def receiver_configurations @receiver_configurations end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def status @status end |