Class: Aws::Types::StoreImageTaskResult
- Inherits:
-
Object
- Object
- Aws::Types::StoreImageTaskResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
-
#s3object_key ⇒ ::String
Returns the value of attribute s3object_key.
-
#store_task_failure_reason ⇒ ::String
Returns the value of attribute store_task_failure_reason.
-
#store_task_state ⇒ ::String
Returns the value of attribute store_task_state.
-
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
Instance Attribute Details
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
18190 18191 18192 |
# File 'sig/types.rbs', line 18190 def ami_id @ami_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
18192 18193 18194 |
# File 'sig/types.rbs', line 18192 def bucket @bucket end |
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
18194 18195 18196 |
# File 'sig/types.rbs', line 18194 def progress_percentage @progress_percentage end |
#s3object_key ⇒ ::String
Returns the value of attribute s3object_key.
18193 18194 18195 |
# File 'sig/types.rbs', line 18193 def s3object_key @s3object_key end |
#store_task_failure_reason ⇒ ::String
Returns the value of attribute store_task_failure_reason.
18196 18197 18198 |
# File 'sig/types.rbs', line 18196 def store_task_failure_reason @store_task_failure_reason end |
#store_task_state ⇒ ::String
Returns the value of attribute store_task_state.
18195 18196 18197 |
# File 'sig/types.rbs', line 18195 def store_task_state @store_task_state end |
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
18191 18192 18193 |
# File 'sig/types.rbs', line 18191 def task_start_time @task_start_time end |