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)


2000
2001
2002
2003
2004
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2000

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