Class: Aws::MediaPackageV2::Types::CreateChannelGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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. You can't use spaces in the name. You can't change the name after you create the channel group.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#descriptionString

Enter any descriptive text that helps you to identify the channel group.

Returns:

  • (String)


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

#tagsHash<String,String>

A comma-separated list of tag key:value pairs that you define. For example:

"Key1": "Value1",

"Key2": "Value2"

Returns:

  • (Hash<String,String>)


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