Class: Aws::IoTAnalytics::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CreateChannelResponse
- Defined in:
- gems/aws-sdk-iotanalytics/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.
546 547 548 549 550 551 552 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 546 class CreateChannelResponse < Struct.new( :channel_name, :channel_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel.
546 547 548 549 550 551 552 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 546 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.
546 547 548 549 550 551 552 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 546 class CreateChannelResponse < Struct.new( :channel_name, :channel_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |