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.



589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 589

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

#detailTypes::DestinationDetail

Optional details regarding the status of the destination.



589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 589

class Destination < Struct.new(
  :id,
  :state,
  :start_time,
  :end_time,
  :configuration,
  :detail)
  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)


589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 589

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

#idString

Unique identifier for this destination, assigned by IVS.

Returns:

  • (String)


589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 589

class Destination < Struct.new(
  :id,
  :state,
  :start_time,
  :end_time,
  :configuration,
  :detail)
  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)


589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 589

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

#stateString

State of the Composition Destination.

Returns:

  • (String)


589
590
591
592
593
594
595
596
597
598
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 589

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