Class: Aws::MediaLive::Types::CreatePartnerInputResultModel

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::Input

Returns:



2679
2680
2681
2682
2683
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2679

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