Class: Aws::IoTSiteWise::Types::Content

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

Overview

Contains the cited text from the data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The cited text from the data source.

Returns:

  • (String)


2519
2520
2521
2522
2523
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2519

class Content < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end