You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AssetPropertyVariant
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::AssetPropertyVariant
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing AssetPropertyVariant as input to an Aws::Client method, you can use a vanilla Hash:
{
  string_value: "AssetPropertyStringValue",
  integer_value: "AssetPropertyIntegerValue",
  double_value: "AssetPropertyDoubleValue",
  boolean_value: "AssetPropertyBooleanValue",
}
Contains an asset property value (of a single type).
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #boolean_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
- 
  
    
      #double_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
- 
  
    
      #integer_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
- 
  
    
      #string_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
Instance Attribute Details
#boolean_value ⇒ String
Optional. A string that contains the boolean value (true or false)
of the value entry. Accepts substitution templates.
#double_value ⇒ String
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
#integer_value ⇒ String
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
#string_value ⇒ String
Optional. The string value of the value entry. Accepts substitution templates.