Class: Aws::Imagebuilder::Types::DeleteComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component build version to delete.
Instance Attribute Details
#component_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component build version to delete.
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 |