Class: Aws::Types::CreateImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def client_token
  @client_token
end

#container_recipe_arn ⇒ ::String

Returns the value of attribute container_recipe_arn.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def container_recipe_arn
  @container_recipe_arn
end

#distribution_configuration_arn ⇒ ::String

Returns the value of attribute distribution_configuration_arn.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def distribution_configuration_arn
  @distribution_configuration_arn
end

#enhanced_image_metadata_enabled ⇒ Boolean

Returns the value of attribute enhanced_image_metadata_enabled.

Returns:

  • (Boolean)


355
356
357
# File 'sig/types.rbs', line 355

def 
  @enhanced_image_metadata_enabled
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def execution_role
  @execution_role
end

#image_recipe_arn ⇒ ::String

Returns the value of attribute image_recipe_arn.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def image_recipe_arn
  @image_recipe_arn
end

#image_scanning_configuration ⇒ Types::ImageScanningConfiguration

Returns the value of attribute image_scanning_configuration.



358
359
360
# File 'sig/types.rbs', line 358

def image_scanning_configuration
  @image_scanning_configuration
end

#image_tests_configuration ⇒ Types::ImageTestsConfiguration

Returns the value of attribute image_tests_configuration.



354
355
356
# File 'sig/types.rbs', line 354

def image_tests_configuration
  @image_tests_configuration
end

#infrastructure_configuration_arn ⇒ ::String

Returns the value of attribute infrastructure_configuration_arn.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def infrastructure_configuration_arn
  @infrastructure_configuration_arn
end

#logging_configuration ⇒ Types::ImageLoggingConfiguration

Returns the value of attribute logging_configuration.



361
362
363
# File 'sig/types.rbs', line 361

def logging_configuration
  @logging_configuration
end

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

Returns the value of attribute tags.

Returns:

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


356
357
358
# File 'sig/types.rbs', line 356

def tags
  @tags
end

#workflows ⇒ ::Array[Types::WorkflowConfiguration]

Returns the value of attribute workflows.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def workflows
  @workflows
end