Class: Aws::MediaPackage::Types::CreateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CreateChannelRequest
- Defined in:
- gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb
Overview
Note:
When making an API call, you may pass CreateChannelRequest data as a hash:
{
description: "__string",
id: "__string", # required
tags: {
"__string" => "__string",
},
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
-
#id ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#description ⇒ String
422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 422 class CreateChannelRequest < Struct.new( :description, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 422 class CreateChannelRequest < Struct.new( :description, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 422 class CreateChannelRequest < Struct.new( :description, :id, :tags) SENSITIVE = [] include Aws::Structure end |