Method: Aws::IoT::Types::AssetPropertyVariant#string_value
- Defined in:
- lib/aws-sdk-iot/types.rb
#string_value ⇒ String
Optional. The string value of the value entry. Accepts substitution templates.
481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot/types.rb', line 481 class AssetPropertyVariant < Struct.new( :string_value, :integer_value, :double_value, :boolean_value) SENSITIVE = [] include Aws::Structure end |