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 associated with the specified ARN.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#component ⇒ Types::Component
The component object associated with the specified ARN.
2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2305 class GetComponentResponse < Struct.new( :request_id, :component) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2305 class GetComponentResponse < Struct.new( :request_id, :component) SENSITIVE = [] include Aws::Structure end |