Class: Aws::MediaLive::Types::CreatePartnerInputResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::Input

Returns:



2565
2566
2567
2568
2569
# File 'lib/aws-sdk-medialive/types.rb', line 2565

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