Class: Aws::IoTTwinMaker::Types::UpdateEntityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the entity update.

Returns:

  • (String)


3898
3899
3900
3901
3902
3903
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3898

class UpdateEntityResponse < Struct.new(
  :update_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The date and time when the entity was last updated.

Returns:

  • (Time)


3898
3899
3900
3901
3902
3903
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3898

class UpdateEntityResponse < Struct.new(
  :update_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end