Class: Aws::MediaPackageV2::Types::ChannelGroupListConfiguration

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

Overview

The configuration of the channel group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56

class ChannelGroupListConfiguration < Struct.new(
  :channel_group_name,
  :arn,
  :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)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56

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

#created_atTime

The date and time the channel group was created.

Returns:

  • (Time)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56

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

#descriptionString

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

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56

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

#modified_atTime

The date and time the channel group was modified.

Returns:

  • (Time)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56

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