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.
10957 10958 10959 |
# File 'sig/types.rbs', line 10957 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10959 10960 10961 |
# File 'sig/types.rbs', line 10959 def request_id @request_id end |
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
10958 10959 10960 |
# File 'sig/types.rbs', line 10958 def snapshot_job_id @snapshot_job_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10960 10961 10962 |
# File 'sig/types.rbs', line 10960 def status @status end |