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.
97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 97 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.
97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 97 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.
97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 97 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.
97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 97 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.
97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 97 class ChannelGroupListConfiguration < Struct.new( :channel_group_name, :arn, :created_at, :modified_at, :description) SENSITIVE = [] include Aws::Structure end |