Class: Aws::Types::BundleTask
- Inherits:
-
Object
- Object
- Aws::Types::BundleTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#bundle_task_error ⇒ Types::BundleTaskError
Returns the value of attribute bundle_task_error.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#storage ⇒ Types::Storage
Returns the value of attribute storage.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def bundle_id @bundle_id end |
#bundle_task_error ⇒ Types::BundleTaskError
Returns the value of attribute bundle_task_error.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def bundle_task_error @bundle_task_error end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def instance_id @instance_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def progress @progress end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def start_time @start_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def state @state end |
#storage ⇒ Types::Storage
Returns the value of attribute storage.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def storage @storage end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def update_time @update_time end |