Class: Aws::Types::DescribeDashboardSnapshotJobResultResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardSnapshotJobResultResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#error_info ⇒ Types::SnapshotJobErrorInfo
Returns the value of attribute error_info.
-
#job_status ⇒ "QUEUED", ...
Returns the value of attribute job_status.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#result ⇒ Types::SnapshotJobResult
Returns the value of attribute result.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4602 4603 4604 |
# File 'sig/types.rbs', line 4602 def created_time @created_time end |
#error_info ⇒ Types::SnapshotJobErrorInfo
Returns the value of attribute error_info.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def error_info @error_info end |
#job_status ⇒ "QUEUED", ...
Returns the value of attribute job_status.
4601 4602 4603 |
# File 'sig/types.rbs', line 4601 def job_status @job_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
4603 4604 4605 |
# File 'sig/types.rbs', line 4603 def last_updated_time @last_updated_time end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def request_id @request_id end |
#result ⇒ Types::SnapshotJobResult
Returns the value of attribute result.
4604 4605 4606 |
# File 'sig/types.rbs', line 4604 def result @result end |
#status ⇒ ::Integer
Returns the value of attribute status.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def status @status end |