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

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

Overview

Configuration parameters for a new Channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A short text description of the Channel.

Returns:

  • (String)


101
102
103
104
105
106
107
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 101

class ChannelCreateParameters < Struct.new(
  :description,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


101
102
103
104
105
106
107
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 101

class ChannelCreateParameters < Struct.new(
  :description,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


101
102
103
104
105
106
107
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 101

class ChannelCreateParameters < Struct.new(
  :description,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end