Class: Aws::IoTTwinMaker::Types::UpdateEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateEntityResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the entity update.
-
#update_date_time ⇒ Time
The date and time when the entity was last updated.
Instance Attribute Details
#state ⇒ String
The current state of the entity update.
2965 2966 2967 2968 2969 2970 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2965 class UpdateEntityResponse < Struct.new( :update_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The date and time when the entity was last updated.
2965 2966 2967 2968 2969 2970 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2965 class UpdateEntityResponse < Struct.new( :update_date_time, :state) SENSITIVE = [] include Aws::Structure end |