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.
17830 17831 17832 |
# File 'sig/types.rbs', line 17830 def ami_id @ami_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
17832 17833 17834 |
# File 'sig/types.rbs', line 17832 def bucket @bucket end |
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
17834 17835 17836 |
# File 'sig/types.rbs', line 17834 def progress_percentage @progress_percentage end |
#s3object_key ⇒ ::String
Returns the value of attribute s3object_key.
17833 17834 17835 |
# File 'sig/types.rbs', line 17833 def s3object_key @s3object_key end |
#store_task_failure_reason ⇒ ::String
Returns the value of attribute store_task_failure_reason.
17836 17837 17838 |
# File 'sig/types.rbs', line 17836 def store_task_failure_reason @store_task_failure_reason end |
#store_task_state ⇒ ::String
Returns the value of attribute store_task_state.
17835 17836 17837 |
# File 'sig/types.rbs', line 17835 def store_task_state @store_task_state end |
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
17831 17832 17833 |
# File 'sig/types.rbs', line 17831 def task_start_time @task_start_time end |