Class: Aws::MediaLive::Types::UpdateInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateInputResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#input ⇒ Types::Input
13079 13080 13081 13082 13083 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13079 class UpdateInputResponse < Struct.new( :input) SENSITIVE = [] include Aws::Structure end |