Class: Aws::MediaPackageV2::Types::CreateChannelRequest

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.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 258

class CreateChannelRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :client_token,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. You can't change the name after you create the channel.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 258

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


258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 258

class CreateChannelRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :client_token,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 258

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


258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 258

class CreateChannelRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :client_token,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end