Class: Aws::Imagebuilder::Types::GetComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetComponentResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#component ⇒ Types::Component
The component object specified in the request.
2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2664 class GetComponentResponse < Struct.new( :request_id, :component) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2664 class GetComponentResponse < Struct.new( :request_id, :component) SENSITIVE = [] include Aws::Structure end |