Class: Aws::MediaLive::Types::CreateInputResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateInputResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#input ⇒ Types::Input
2474 2475 2476 2477 2478 |
# File 'lib/aws-sdk-medialive/types.rb', line 2474 class CreateInputResultModel < Struct.new( :input) SENSITIVE = [] include Aws::Structure end |