Class: Aws::Imagebuilder::Types::ComponentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Configuration details of the component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)


409
410
411
412
413
414
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 409

class ComponentConfiguration < Struct.new(
  :component_arn,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::ComponentParameter>

A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

Returns:



409
410
411
412
413
414
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 409

class ComponentConfiguration < Struct.new(
  :component_arn,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end