Class: Aws::Imagebuilder::Types::DeleteComponentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_build_version_arnString

The Amazon Resource Name (ARN) of the component build version to delete.

Returns:

  • (String)


2010
2011
2012
2013
2014
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2010

class DeleteComponentRequest < Struct.new(
  :component_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end