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.
3286 3287 3288 |
# File 'sig/types.rbs', line 3286 def bucket @bucket end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 def image_id @image_id end |
#s3_object_tags ⇒ ::Array[Types::S3ObjectTag]
Returns the value of attribute s3_object_tags.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def @s3_object_tags end |