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*.
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 662 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.
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 662 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*.
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 662 class DestinationSummary < Struct.new( :id, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the Composition Destination.
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 662 class DestinationSummary < Struct.new( :id, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |