Class: Aws::IVSRealTime::Types::DestinationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::DestinationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Summary information about a Destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#end_time ⇒ Time
UTC time of the destination end. This is an ISO 8601 timestamp; *note that this is returned as a string*.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 696 class DestinationSummary < Struct.new( :id, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier for this destination, assigned by IVS.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 696 class DestinationSummary < Struct.new( :id, :state, :start_time, :end_time) 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*.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 696 class DestinationSummary < Struct.new( :id, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the Composition Destination.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 696 class DestinationSummary < Struct.new( :id, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |