Class: Aws::Types::GetResourceSnapshotJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceSnapshotJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_failure ⇒ ::String
Returns the value of attribute last_failure.
-
#last_successful_execution_date ⇒ ::Time
Returns the value of attribute last_successful_execution_date.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_snapshot_template_name ⇒ ::String
Returns the value of attribute resource_snapshot_template_name.
-
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
-
#status ⇒ "Running", "Stopped"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
596 597 598 |
# File 'sig/types.rbs', line 596 def arn @arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
594 595 596 |
# File 'sig/types.rbs', line 594 def catalog @catalog end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
602 603 604 |
# File 'sig/types.rbs', line 602 def created_at @created_at end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def engagement_id @engagement_id end |
#id ⇒ ::String
Returns the value of attribute id.
595 596 597 |
# File 'sig/types.rbs', line 595 def id @id end |
#last_failure ⇒ ::String
Returns the value of attribute last_failure.
605 606 607 |
# File 'sig/types.rbs', line 605 def last_failure @last_failure end |
#last_successful_execution_date ⇒ ::Time
Returns the value of attribute last_successful_execution_date.
604 605 606 |
# File 'sig/types.rbs', line 604 def last_successful_execution_date @last_successful_execution_date end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
600 601 602 |
# File 'sig/types.rbs', line 600 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def resource_id @resource_id end |
#resource_snapshot_template_name ⇒ ::String
Returns the value of attribute resource_snapshot_template_name.
601 602 603 |
# File 'sig/types.rbs', line 601 def resource_snapshot_template_name @resource_snapshot_template_name end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
598 599 600 |
# File 'sig/types.rbs', line 598 def resource_type @resource_type end |
#status ⇒ "Running", "Stopped"
Returns the value of attribute status.
603 604 605 |
# File 'sig/types.rbs', line 603 def status @status end |