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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


2179
2180
2181
2182
2183
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2179

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