Class: Aws::IVSRealTime::Types::DestinationSummary

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

Overview

Summary information about a Destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

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

Returns:

  • (Time)


541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 541

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

#idString

Unique identifier for this destination, assigned by IVS.

Returns:

  • (String)


541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 541

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


541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 541

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

#stateString

State of the Composition Destination.

Returns:

  • (String)


541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 541

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