Class: Aws::IVSRealTime::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::Destination
- 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
-
#configuration ⇒ Types::DestinationConfiguration
Configuration used to create this destination.
-
#detail ⇒ Types::DestinationDetail
Optional details regarding the status of the destination.
-
#end_time ⇒ Time
UTC time of the destination end.
-
#id ⇒ String
Unique identifier for this destination, assigned by IVS.
-
#start_time ⇒ Time
UTC time of the destination start.
-
#state ⇒ String
State of the Composition Destination.
Instance Attribute Details
#configuration ⇒ Types::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 |
#detail ⇒ Types::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_time ⇒ Time
UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a 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 |
#id ⇒ String
Unique identifier for this destination, assigned by IVS.
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_time ⇒ Time
UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a 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 |
#state ⇒ String
State of the Composition 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 |