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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


12063
12064
12065
12066
12067
12068
12069
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12063

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)


12063
12064
12065
12066
12067
12068
12069
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12063

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)


12063
12064
12065
12066
12067
12068
12069
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12063

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