You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details about the input device that is being transferred.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique ID of the input device.

Returns:

  • (String)

    The unique ID of the input device.

#messageString

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

Returns:

  • (String)

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

#target_customer_idString

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

Returns:

  • (String)

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

#transfer_typeString

The type (direction) of the input device transfer.

Possible values:

  • OUTGOING
  • INCOMING

Returns:

  • (String)

    The type (direction) of the input device transfer.