Class: Aws::IoTAnalytics::Types::ChannelMessages
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ChannelMessages
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
Note:
When making an API call, you may pass ChannelMessages data as a hash:
{
s3_paths: ["S3PathChannelMessage"],
}
Specifies one or more sets of channel messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_paths ⇒ Array<String>
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
Instance Attribute Details
#s3_paths ⇒ Array<String>
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
268 269 270 271 272 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 268 class ChannelMessages < Struct.new( :s3_paths) SENSITIVE = [] include Aws::Structure end |