Class: Aws::Imagebuilder::Types::GetComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component that you want to get.
Instance Attribute Details
#component_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component that you want to get. Regex requires the suffix ‘/d+$`.
2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2648 class GetComponentRequest < Struct.new( :component_build_version_arn) SENSITIVE = [] include Aws::Structure end |