Class: Aws::Imagebuilder::Types::GetComponentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_build_version_arnString

The Amazon Resource Name (ARN) of the component that you want to get. Regex requires the suffix ‘/d+$`.

Returns:

  • (String)


2638
2639
2640
2641
2642
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2638

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