Class: Aws::Imagebuilder::Types::ComponentSummary

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

Overview

A high-level summary of a component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#change_descriptionString

The change description for the current version of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdString

The original creation date of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#obfuscateBoolean

Indicates whether component source is hidden from view in the console, and from component detail results for API, CLI, or SDK operations.

Returns:

  • (Boolean)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The operating system platform of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#publisherString

Contains the name of the publisher if this is a third-party component. Otherwise, this property is empty.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ComponentState

Describes the current status of the component.



552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#supported_os_versionsArray<String>

The operating system (OS) version that the component supports. If the OS information is available, Image Builder performs a prefix match against the base image OS version during image recipe creation.

Returns:

  • (Array<String>)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that apply to the component.

Returns:

  • (Hash<String,String>)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The component type specifies whether Image Builder uses the component to build the image or only to test it.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the component.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 552

class ComponentSummary < Struct.new(
  :arn,
  :name,
  :version,
  :platform,
  :supported_os_versions,
  :state,
  :type,
  :owner,
  :description,
  :change_description,
  :date_created,
  :tags,
  :publisher,
  :obfuscate)
  SENSITIVE = []
  include Aws::Structure
end