Class: Aws::IoTTwinMaker::Types::SyncResourceSummary

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

Overview

The sync resource summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_idString

The external ID.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3672

class SyncResourceSummary < Struct.new(
  :resource_type,
  :external_id,
  :resource_id,
  :status,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3672

class SyncResourceSummary < Struct.new(
  :resource_type,
  :external_id,
  :resource_id,
  :status,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3672

class SyncResourceSummary < Struct.new(
  :resource_type,
  :external_id,
  :resource_id,
  :status,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::SyncResourceStatus

The sync resource summary status.



3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3672

class SyncResourceSummary < Struct.new(
  :resource_type,
  :external_id,
  :resource_id,
  :status,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The update date and time.

Returns:

  • (Time)


3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3672

class SyncResourceSummary < Struct.new(
  :resource_type,
  :external_id,
  :resource_id,
  :status,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end