Class: Aws::MediaPackageV2::Types::ChannelListConfiguration

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

Overview

The configuration of the channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) associated with the resource.

Returns:

  • (String)


99
100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 99

class ChannelListConfiguration < Struct.new(
  :arn,
  :channel_name,
  :channel_group_name,
  :created_at,
  :modified_at,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#channel_group_nameString

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

Returns:

  • (String)


99
100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 99

class ChannelListConfiguration < Struct.new(
  :arn,
  :channel_name,
  :channel_group_name,
  :created_at,
  :modified_at,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

Returns:

  • (String)


99
100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 99

class ChannelListConfiguration < Struct.new(
  :arn,
  :channel_name,
  :channel_group_name,
  :created_at,
  :modified_at,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the channel was created.

Returns:

  • (Time)


99
100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 99

class ChannelListConfiguration < Struct.new(
  :arn,
  :channel_name,
  :channel_group_name,
  :created_at,
  :modified_at,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Any descriptive information that you want to add to the channel for future identification purposes.

Returns:

  • (String)


99
100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 99

class ChannelListConfiguration < Struct.new(
  :arn,
  :channel_name,
  :channel_group_name,
  :created_at,
  :modified_at,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time the channel was modified.

Returns:

  • (Time)


99
100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 99

class ChannelListConfiguration < Struct.new(
  :arn,
  :channel_name,
  :channel_group_name,
  :created_at,
  :modified_at,
  :description)
  SENSITIVE = []
  include Aws::Structure
end