Class: Aws::MediaPackage::Types::CreateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CreateChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
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
344 345 346 347 348 349 350 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 344 class CreateChannelRequest < Struct.new( :description, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
344 345 346 347 348 349 350 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 344 class CreateChannelRequest < Struct.new( :description, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
344 345 346 347 348 349 350 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 344 class CreateChannelRequest < Struct.new( :description, :id, :tags) SENSITIVE = [] include Aws::Structure end |