Class: Aws::IoTTwinMaker::Types::CreateEntityResponse

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

#arnString

The ARN of the entity.

Returns:

  • (String)


702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 702

class CreateEntityResponse < Struct.new(
  :entity_id,
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the entity was created.

Returns:

  • (Time)


702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 702

class CreateEntityResponse < Struct.new(
  :entity_id,
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The ID of the entity.

Returns:

  • (String)


702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 702

class CreateEntityResponse < Struct.new(
  :entity_id,
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the entity.

Returns:

  • (String)


702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 702

class CreateEntityResponse < Struct.new(
  :entity_id,
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end