class Aws::IoTTwinMaker::Types::ComponentResponse
An object that returns information about a component type create or update request.
@!attribute [rw] component_name
The name of the component. @return [String]
@!attribute [rw] component_type_id
The ID of the component type. @return [String]
@!attribute [rw] defined_in
The name of the property definition set in the request. @return [String]
@!attribute [rw] description
The description of the component type. @return [String]
@!attribute [rw] properties
An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object. @return [Hash<String,Types::PropertyResponse>]
@!attribute [rw] status
The status of the component type. @return [Types::Status]
Constants
- SENSITIVE