Class: Aws::IoTTwinMaker::Types::PropertyDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that sets information about a property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Hash<String,String>
A mapping that specifies configuration information about the property.
-
#data_type ⇒ Types::DataType
An object that contains information about the data type.
-
#default_value ⇒ Types::DataValue
An object that contains the default value.
-
#display_name ⇒ String
A friendly name for the property.
-
#is_external_id ⇒ Boolean
A Boolean value that specifies whether the property ID comes from an external data store.
-
#is_required_in_entity ⇒ Boolean
A Boolean value that specifies whether the property is required.
-
#is_stored_externally ⇒ Boolean
A Boolean value that specifies whether the property is stored externally.
-
#is_time_series ⇒ Boolean
A Boolean value that specifies whether the property consists of time series data.
Instance Attribute Details
#configuration ⇒ Hash<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.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_type ⇒ Types::DataType
An object that contains information about the data type.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_value ⇒ Types::DataValue
An object that contains the default value.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_name ⇒ String
A friendly name for the property.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_id ⇒ Boolean
A Boolean value that specifies whether the property ID comes from an external data store.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_entity ⇒ Boolean
A Boolean value that specifies whether the property is required.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_externally ⇒ Boolean
A Boolean value that specifies whether the property is stored externally.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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_series ⇒ Boolean
A Boolean value that specifies whether the property consists of time series data.
3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File '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 |