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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-medialive/types.rb', line 12033

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)


12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-medialive/types.rb', line 12033

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)


12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-medialive/types.rb', line 12033

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)


12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-medialive/types.rb', line 12033

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