Class: Aws::MediaLive::Types::ListVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#versions ⇒ Array<Types::ChannelEngineVersionResponse>
List of engine versions that are available for this AWS account.
Instance Attribute Details
#versions ⇒ Array<Types::ChannelEngineVersionResponse>
List of engine versions that are available for this AWS account.
20940 20941 20942 20943 20944 |
# File 'lib/aws-sdk-medialive/types.rb', line 20940 class ListVersionsResponse < Struct.new( :versions) SENSITIVE = [] include Aws::Structure end |