Class: Aws::MediaLive::Types::UpdateInputResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::Input

Returns:



12714
12715
12716
12717
12718
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12714

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