Class: Aws::MediaPackageV2::Types::ChannelGroupListConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ChannelGroupListConfiguration
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
-
#channel_group_name ⇒ String
The name that describes the channel group.
-
#created_at ⇒ Time
The date and time the channel group was created.
-
#description ⇒ String
Any descriptive information that you want to add to the channel group for future identification purposes.
-
#modified_at ⇒ Time
The date and time the channel group was modified.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 122 class ChannelGroupListConfiguration < Struct.new( :channel_group_name, :arn, :created_at, :modified_at, :description) SENSITIVE = [] include Aws::Structure end |
#channel_group_name ⇒ String
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.
122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 122 class ChannelGroupListConfiguration < Struct.new( :channel_group_name, :arn, :created_at, :modified_at, :description) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the channel group was created.
122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 122 class ChannelGroupListConfiguration < Struct.new( :channel_group_name, :arn, :created_at, :modified_at, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Any descriptive information that you want to add to the channel group for future identification purposes.
122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 122 class ChannelGroupListConfiguration < Struct.new( :channel_group_name, :arn, :created_at, :modified_at, :description) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the channel group was modified.
122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 122 class ChannelGroupListConfiguration < Struct.new( :channel_group_name, :arn, :created_at, :modified_at, :description) SENSITIVE = [] include Aws::Structure end |