You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Imagebuilder::Types::GetComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetComponentRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetComponentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
component_build_version_arn: "ComponentVersionArnOrBuildVersionArn", # required
}
Instance Attribute Summary collapse
-
#component_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component that you want to retrieve.
Instance Attribute Details
#component_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires \"/\d+$\" suffix.