Class: Aws::Types::CreateStoreImageTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


3174
3175
3176
# File 'sig/types.rbs', line 3174

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



3175
3176
3177
# File 'sig/types.rbs', line 3175

def s3_object_tags
  @s3_object_tags
end