Class: Aws::MediaLive::Types::CreateInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateInputResponse
- 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
2463 2464 2465 2466 2467 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2463 class CreateInputResponse < Struct.new( :input) SENSITIVE = [] include Aws::Structure end |