Class: Aws::IoTTwinMaker::Types::ComponentResponse

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 type create or update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#are_all_composite_components_returnedBoolean

This flag notes whether all compositeComponents are returned in the API response.

Returns:

  • (Boolean)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#are_all_properties_returnedBoolean

This flag notes whether all properties of the component are returned in the API response. The maximum number of properties returned is 800.

Returns:

  • (Boolean)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#component_type_idString

The ID of the component type.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#composite_componentsHash<String,Types::ComponentSummary>

This lists objects that contain information about the compositeComponents.

Returns:



290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#defined_inString

The name of the property definition set in the request.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the component type.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,Types::PropertyResponse>

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.

Returns:



290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#property_groupsHash<String,Types::ComponentPropertyGroupResponse>

The property groups.

Returns:



290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::Status

The status of the component type.

Returns:



290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end

#sync_sourceString

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

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 290

class ComponentResponse < Struct.new(
  :component_name,
  :description,
  :component_type_id,
  :status,
  :defined_in,
  :properties,
  :property_groups,
  :sync_source,
  :are_all_properties_returned,
  :composite_components,
  :are_all_composite_components_returned)
  SENSITIVE = []
  include Aws::Structure
end