Class: Aws::MediaLive::Types::ChannelEngineVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ChannelEngineVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #expiration_date ⇒ Time
-
#version ⇒ String
The build identifier for this version of the channel version.
Instance Attribute Details
#expiration_date ⇒ Time
21176 21177 21178 21179 21180 21181 |
# File 'lib/aws-sdk-medialive/types.rb', line 21176 class ChannelEngineVersionResponse < Struct.new( :expiration_date, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The build identifier for this version of the channel version.
21176 21177 21178 21179 21180 21181 |
# File 'lib/aws-sdk-medialive/types.rb', line 21176 class ChannelEngineVersionResponse < Struct.new( :expiration_date, :version) SENSITIVE = [] include Aws::Structure end |