Class: Aws::MediaLive::Types::ListVersionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionsArray<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