Class: Aws::MediaLive::Types::BatchStartResponse

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

#failedArray<Types::BatchFailedResultModel>

Returns:



1669
1670
1671
1672
1673
1674
# File 'lib/aws-sdk-medialive/types.rb', line 1669

class BatchStartResponse < Struct.new(
  :failed,
  :successful)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<Types::BatchSuccessfulResultModel>



1669
1670
1671
1672
1673
1674
# File 'lib/aws-sdk-medialive/types.rb', line 1669

class BatchStartResponse < Struct.new(
  :failed,
  :successful)
  SENSITIVE = []
  include Aws::Structure
end