Class: Aws::MediaLive::Types::BatchStartResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchStartResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #failed ⇒ Array<Types::BatchFailedResultModel>
- #successful ⇒ Array<Types::BatchSuccessfulResultModel>
Instance Attribute Details
#failed ⇒ Array<Types::BatchFailedResultModel>
1103 1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-medialive/types.rb', line 1103 class BatchStartResponse < Struct.new( :failed, :successful) SENSITIVE = [] include Aws::Structure end |
#successful ⇒ Array<Types::BatchSuccessfulResultModel>
1103 1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-medialive/types.rb', line 1103 class BatchStartResponse < Struct.new( :failed, :successful) SENSITIVE = [] include Aws::Structure end |