Class: Aws::MediaLive::Types::DeleteSdiSourceResponse

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

Overview

Used in DeleteSdiSourceResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sdi_sourceTypes::SdiSource

Settings for the SDI source.

Returns:



21485
21486
21487
21488
21489
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21485

class DeleteSdiSourceResponse < Struct.new(
  :sdi_source)
  SENSITIVE = []
  include Aws::Structure
end