Class: Aws::MediaPackageV2::Types::CreateChannelGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::CreateChannelGroupRequest
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_group_name ⇒ String
The name that describes the channel group.
-
#client_token ⇒ String
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
-
#description ⇒ String
Enter any descriptive text that helps you to identify the channel group.
-
#tags ⇒ Hash<String,String>
A comma-separated list of tag key:value pairs that you define.
Instance Attribute Details
#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. You can't use spaces in the name. You can't change the name after you create the channel group.
215 216 217 218 219 220 221 222 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 215 class CreateChannelGroupRequest < Struct.new( :channel_group_name, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
215 216 217 218 219 220 221 222 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 215 class CreateChannelGroupRequest < Struct.new( :channel_group_name, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Enter any descriptive text that helps you to identify the channel group.
215 216 217 218 219 220 221 222 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 215 class CreateChannelGroupRequest < Struct.new( :channel_group_name, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A comma-separated list of tag key:value pairs that you define. For example:
"Key1": "Value1",
"Key2": "Value2"
215 216 217 218 219 220 221 222 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 215 class CreateChannelGroupRequest < Struct.new( :channel_group_name, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |