Class: Aws::Types::CreateImageRecipeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_instance_configuration ⇒ Types::AdditionalInstanceConfiguration

Returns the value of attribute additional_instance_configuration.



333
334
335
# File 'sig/types.rbs', line 333

def additional_instance_configuration
  @additional_instance_configuration
end

#ami_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute ami_tags.

Returns:

  • (::Hash[::String, ::String])


334
335
336
# File 'sig/types.rbs', line 334

def ami_tags
  @ami_tags
end

#ami_watermarks ⇒ ::Array[::String]

Returns the value of attribute ami_watermarks.

Returns:

  • (::Array[::String])


335
336
337
# File 'sig/types.rbs', line 335

def ami_watermarks
  @ami_watermarks
end

#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]

Returns the value of attribute block_device_mappings.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def block_device_mappings
  @block_device_mappings
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def client_token
  @client_token
end

#components ⇒ ::Array[Types::ComponentConfiguration]

Returns the value of attribute components.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def components
  @components
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def description
  @description
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


337
338
339
# File 'sig/types.rbs', line 337

def dry_run
  @dry_run
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def name
  @name
end

#parent_image ⇒ ::String

Returns the value of attribute parent_image.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def parent_image
  @parent_image
end

#semantic_version ⇒ ::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def semantic_version
  @semantic_version
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


331
332
333
# File 'sig/types.rbs', line 331

def tags
  @tags
end

#working_directory ⇒ ::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def working_directory
  @working_directory
end