Class: Aws::MediaLive::Types::TransferInputDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::TransferInputDevice
- 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
-
#target_customer_id ⇒ String
The AWS account ID (12 digits) for the recipient of the device transfer.
-
#target_region ⇒ String
The target AWS region to transfer the device.
-
#transfer_message ⇒ String
An optional message for the recipient.
Instance Attribute Details
#target_customer_id ⇒ String
The AWS account ID (12 digits) for the recipient of the device transfer.
12310 12311 12312 12313 12314 12315 12316 |
# File 'lib/aws-sdk-medialive/types.rb', line 12310 class TransferInputDevice < Struct.new( :target_customer_id, :target_region, :transfer_message) SENSITIVE = [] include Aws::Structure end |
#target_region ⇒ String
The target AWS region to transfer the device.
12310 12311 12312 12313 12314 12315 12316 |
# File 'lib/aws-sdk-medialive/types.rb', line 12310 class TransferInputDevice < Struct.new( :target_customer_id, :target_region, :transfer_message) SENSITIVE = [] include Aws::Structure end |
#transfer_message ⇒ String
An optional message for the recipient. Maximum 280 characters.
12310 12311 12312 12313 12314 12315 12316 |
# File 'lib/aws-sdk-medialive/types.rb', line 12310 class TransferInputDevice < Struct.new( :target_customer_id, :target_region, :transfer_message) SENSITIVE = [] include Aws::Structure end |