Class: Aws::MediaLive::Types::TransferringInputDeviceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::TransferringInputDeviceSummary
- 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
-
#id ⇒ String
The unique ID of the input device.
-
#message ⇒ String
The optional message that the sender has attached to the transfer.
-
#target_customer_id ⇒ String
The AWS account ID for the recipient of the input device transfer.
-
#transfer_type ⇒ String
The type (direction) of the input device transfer.
Instance Attribute Details
#id ⇒ String
The unique ID of the input device.
12447 12448 12449 12450 12451 12452 12453 12454 |
# File 'lib/aws-sdk-medialive/types.rb', line 12447 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The optional message that the sender has attached to the transfer.
12447 12448 12449 12450 12451 12452 12453 12454 |
# File 'lib/aws-sdk-medialive/types.rb', line 12447 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#target_customer_id ⇒ String
The AWS account ID for the recipient of the input device transfer.
12447 12448 12449 12450 12451 12452 12453 12454 |
# File 'lib/aws-sdk-medialive/types.rb', line 12447 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#transfer_type ⇒ String
The type (direction) of the input device transfer.
12447 12448 12449 12450 12451 12452 12453 12454 |
# File 'lib/aws-sdk-medialive/types.rb', line 12447 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end |