Class: Aws::IoTTwinMaker::Types::ComponentSummary

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

Overview

An object that returns information about a component summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_name ⇒ String

The name of the component.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#component_path ⇒ String

This string specifies the path to the composite component, starting from the top-level component.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#component_type_id ⇒ String

The ID of the component type.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#defined_in ⇒ String

The name of the property definition set in the request.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the component request.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#property_groups ⇒ Hash<String,Types::ComponentPropertyGroupResponse>

The property groups.

Returns:



342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ Types::Status

The status of the component type.

Returns:



342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end

#sync_source ⇒ String

The syncSource of the sync job, if this entity was created by a sync job.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 342

class ComponentSummary < Struct.new(
  :component_name,
  :component_type_id,
  :defined_in,
  :description,
  :property_groups,
  :status,
  :sync_source,
  :component_path)
  SENSITIVE = []
  include Aws::Structure
end