Class: Aws::Imagebuilder::Types::ComponentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ComponentConfiguration
- 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
-
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
-
#parameters ⇒ Array<Types::ComponentParameter>
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
Instance Attribute Details
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
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 |
#parameters ⇒ Array<Types::ComponentParameter>
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
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 |