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
20921 20922 20923 20924 20925 20926 |
# File 'lib/aws-sdk-medialive/types.rb', line 20921 class ChannelEngineVersionResponse < Struct.new( :expiration_date, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The build identifier for this version of the channel version.
20921 20922 20923 20924 20925 20926 |
# File 'lib/aws-sdk-medialive/types.rb', line 20921 class ChannelEngineVersionResponse < Struct.new( :expiration_date, :version) SENSITIVE = [] include Aws::Structure end |