Class: Aws::MediaLive::Types::TransferInputDevice

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

Overview

The transfer details of the input device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_customer_idString

The AWS account ID (12 digits) for the recipient of the device transfer.

Returns:

  • (String)


11561
11562
11563
11564
11565
11566
11567
# File 'lib/aws-sdk-medialive/types.rb', line 11561

class TransferInputDevice < Struct.new(
  :target_customer_id,
  :target_region,
  :transfer_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_regionString

The target AWS region to transfer the device.

Returns:

  • (String)


11561
11562
11563
11564
11565
11566
11567
# File 'lib/aws-sdk-medialive/types.rb', line 11561

class TransferInputDevice < Struct.new(
  :target_customer_id,
  :target_region,
  :transfer_message)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_messageString

An optional message for the recipient. Maximum 280 characters.

Returns:

  • (String)


11561
11562
11563
11564
11565
11566
11567
# File 'lib/aws-sdk-medialive/types.rb', line 11561

class TransferInputDevice < Struct.new(
  :target_customer_id,
  :target_region,
  :transfer_message)
  SENSITIVE = []
  include Aws::Structure
end