Class: Aws::IoTTwinMaker::Types::ParentEntityUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ParentEntityUpdateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The parent entity update request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parent_entity_id ⇒ String
The ID of the parent entity.
-
#update_type ⇒ String
The type of the update.
Instance Attribute Details
#parent_entity_id ⇒ String
The ID of the parent entity.
2927 2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2927 class ParentEntityUpdateRequest < Struct.new( :update_type, :parent_entity_id) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The type of the update.
2927 2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2927 class ParentEntityUpdateRequest < Struct.new( :update_type, :parent_entity_id) SENSITIVE = [] include Aws::Structure end |