Class: Aws::Types::CreateStoreImageTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStoreImageTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#s3_object_tags ⇒ ::Array[Types::S3ObjectTag]
Returns the value of attribute s3_object_tags.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def bucket @bucket end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def image_id @image_id end |
#s3_object_tags ⇒ ::Array[Types::S3ObjectTag]
Returns the value of attribute s3_object_tags.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def @s3_object_tags end |