Class: Aws::IoTTwinMaker::Types::PropertyDefinitionRequest

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

Overview

An object that sets information about a property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationHash<String,String>

A mapping that specifies configuration information about the property. Use this field to specify information that you read from and write to an external source.

Returns:

  • (Hash<String,String>)


3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#data_typeTypes::DataType

An object that contains information about the data type.

Returns:



3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#default_valueTypes::DataValue

An object that contains the default value.

Returns:



3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

A friendly name for the property.

Returns:

  • (String)


3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_external_idBoolean

A Boolean value that specifies whether the property ID comes from an external data store.

Returns:

  • (Boolean)


3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_required_in_entityBoolean

A Boolean value that specifies whether the property is required.

Returns:

  • (Boolean)


3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_stored_externallyBoolean

A Boolean value that specifies whether the property is stored externally.

Returns:

  • (Boolean)


3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_time_seriesBoolean

A Boolean value that specifies whether the property consists of time series data.

Returns:

  • (Boolean)


3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3010

class PropertyDefinitionRequest < Struct.new(
  :data_type,
  :is_required_in_entity,
  :is_external_id,
  :is_stored_externally,
  :is_time_series,
  :default_value,
  :configuration,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end