Class: Aws::MediaLive::Types::ListVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListVersionsResponse
- Defined in:
- gems/aws-sdk-medialive/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.
21217 21218 21219 21220 21221 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21217 class ListVersionsResponse < Struct.new( :versions) SENSITIVE = [] include Aws::Structure end |