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)


414
415
416
417
418
419
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 414

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:



414
415
416
417
418
419
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 414

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