Class: Aws::IVSRealTime::Types::Destination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Object specifying the status of a Destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::DestinationConfiguration

Configuration used to create this destination.



439
440
441
442
443
444
445
446
447
448
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 439

class Destination < Struct.new(
  :configuration,
  :detail,
  :end_time,
  :id,
  :start_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#detailTypes::DestinationDetail

Optional details regarding the status of the destination.



439
440
441
442
443
444
445
446
447
448
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 439

class Destination < Struct.new(
  :configuration,
  :detail,
  :end_time,
  :id,
  :start_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


439
440
441
442
443
444
445
446
447
448
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 439

class Destination < Struct.new(
  :configuration,
  :detail,
  :end_time,
  :id,
  :start_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Unique identifier for this destination, assigned by IVS.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 439

class Destination < Struct.new(
  :configuration,
  :detail,
  :end_time,
  :id,
  :start_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


439
440
441
442
443
444
445
446
447
448
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 439

class Destination < Struct.new(
  :configuration,
  :detail,
  :end_time,
  :id,
  :start_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

State of the Composition Destination.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 439

class Destination < Struct.new(
  :configuration,
  :detail,
  :end_time,
  :id,
  :start_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end