Class: Aws::MediaLive::Types::TransferringInputDeviceSummary

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

Overview

Details about the input device that is being transferred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique ID of the input device.

Returns:

  • (String)


12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12133

class TransferringInputDeviceSummary < Struct.new(
  :id,
  :message,
  :target_customer_id,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The optional message that the sender has attached to the transfer.

Returns:

  • (String)


12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12133

class TransferringInputDeviceSummary < Struct.new(
  :id,
  :message,
  :target_customer_id,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_customer_idString

The AWS account ID for the recipient of the input device transfer.

Returns:

  • (String)


12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12133

class TransferringInputDeviceSummary < Struct.new(
  :id,
  :message,
  :target_customer_id,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_typeString

The type (direction) of the input device transfer.

Returns:

  • (String)


12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12133

class TransferringInputDeviceSummary < Struct.new(
  :id,
  :message,
  :target_customer_id,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end