Class: Aws::IoTAnalytics::Types::CreateChannelResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


429
430
431
432
433
434
435
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 429

class CreateChannelResponse < Struct.new(
  :channel_name,
  :channel_arn,
  :retention_period)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel.

Returns:

  • (String)


429
430
431
432
433
434
435
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 429

class CreateChannelResponse < Struct.new(
  :channel_name,
  :channel_arn,
  :retention_period)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodTypes::RetentionPeriod

How long, in days, message data is kept for the channel.



429
430
431
432
433
434
435
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 429

class CreateChannelResponse < Struct.new(
  :channel_name,
  :channel_arn,
  :retention_period)
  SENSITIVE = []
  include Aws::Structure
end