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:



2571
2572
2573
2574
2575
# File 'lib/aws-sdk-medialive/types.rb', line 2571

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