Class: Aws::Types::ImportSnapshotTask
- Inherits:
-
Object
- Object
- Aws::Types::ImportSnapshotTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
-
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
Returns the value of attribute snapshot_task_detail.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
11444 11445 11446 |
# File 'sig/types.rbs', line 11444 def description @description end |
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
11445 11446 11447 |
# File 'sig/types.rbs', line 11445 def import_task_id @import_task_id end |
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
Returns the value of attribute snapshot_task_detail.
11446 11447 11448 |
# File 'sig/types.rbs', line 11446 def snapshot_task_detail @snapshot_task_detail end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11447 11448 11449 |
# File 'sig/types.rbs', line 11447 def @tags end |