Class: Aws::Imagebuilder::Types::GetComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetComponentResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component ⇒ Types::Component
The component object specified in the request.
-
#latest_version_references ⇒ Types::LatestVersionReferences
The resource ARNs with different wildcard variations of semantic versioning.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#component ⇒ Types::Component
The component object specified in the request.
2934 2935 2936 2937 2938 2939 2940 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2934 class GetComponentResponse < Struct.new( :request_id, :component, :latest_version_references) SENSITIVE = [] include Aws::Structure end |
#latest_version_references ⇒ Types::LatestVersionReferences
The resource ARNs with different wildcard variations of semantic versioning.
2934 2935 2936 2937 2938 2939 2940 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2934 class GetComponentResponse < Struct.new( :request_id, :component, :latest_version_references) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2934 2935 2936 2937 2938 2939 2940 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2934 class GetComponentResponse < Struct.new( :request_id, :component, :latest_version_references) SENSITIVE = [] include Aws::Structure end |