Class: Aws::Types::StartDashboardSnapshotJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDashboardSnapshotJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
10567 10568 10569 |
# File 'sig/types.rbs', line 10567 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10569 10570 10571 |
# File 'sig/types.rbs', line 10569 def request_id @request_id end |
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
10568 10569 10570 |
# File 'sig/types.rbs', line 10568 def snapshot_job_id @snapshot_job_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10570 10571 10572 |
# File 'sig/types.rbs', line 10570 def status @status end |