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.
17533 17534 17535 |
# File 'sig/types.rbs', line 17533 def ami_id @ami_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
17535 17536 17537 |
# File 'sig/types.rbs', line 17535 def bucket @bucket end |
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
17537 17538 17539 |
# File 'sig/types.rbs', line 17537 def progress_percentage @progress_percentage end |
#s3object_key ⇒ ::String
Returns the value of attribute s3object_key.
17536 17537 17538 |
# File 'sig/types.rbs', line 17536 def s3object_key @s3object_key end |
#store_task_failure_reason ⇒ ::String
Returns the value of attribute store_task_failure_reason.
17539 17540 17541 |
# File 'sig/types.rbs', line 17539 def store_task_failure_reason @store_task_failure_reason end |
#store_task_state ⇒ ::String
Returns the value of attribute store_task_state.
17538 17539 17540 |
# File 'sig/types.rbs', line 17538 def store_task_state @store_task_state end |
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
17534 17535 17536 |
# File 'sig/types.rbs', line 17534 def task_start_time @task_start_time end |