Class: Aws::Types::ResourceSnapshotJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSnapshotJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "Running", "Stopped"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def arn @arn end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def engagement_id @engagement_id end |
#id ⇒ ::String
Returns the value of attribute id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def id @id end |
#status ⇒ "Running", "Stopped"
Returns the value of attribute status.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def status @status end |