You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackage::Types::ChannelCreateParameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Configuration parameters for a new Channel.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A short text description of the Channel.

Returns:

  • (String)

    A short text description of the Channel.

#idString

The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is created.

Returns:

  • (String)

    The ID of the Channel.

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)

    A collection of tags associated with a resource.