Class: Aws::Imagebuilder::Types::DeleteComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteComponentResponse
- 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 ARN of the component build version that this request deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#component_build_version_arn ⇒ String
The ARN of the component build version that this request deleted.
2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2026 class DeleteComponentResponse < Struct.new( :request_id, :component_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2026 class DeleteComponentResponse < Struct.new( :request_id, :component_build_version_arn) SENSITIVE = [] include Aws::Structure end |