Class: Aws::IoTAnalytics::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CreateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_name ⇒ String
The name of the channel.
-
#retention_period ⇒ Types::RetentionPeriod
How long, in days, message data is kept for the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 429 class CreateChannelResponse < Struct.new( :channel_name, :channel_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel.
429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 429 class CreateChannelResponse < Struct.new( :channel_name, :channel_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |
#retention_period ⇒ Types::RetentionPeriod
How long, in days, message data is kept for the channel.
429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 429 class CreateChannelResponse < Struct.new( :channel_name, :channel_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |