Class: Aws::Imagebuilder::Types::DeleteComponentResponse

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 ARN of the component build version that this request deleted.

Returns:

  • (String)


2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2016

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

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2016

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