Class: Aws::IVSRealTime::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::Destination
- Includes:
- Structure
- Defined in:
- 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.
623 624 625 626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 623 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.
623 624 625 626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 623 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*.
623 624 625 626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 623 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.
623 624 625 626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 623 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*.
623 624 625 626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 623 class Destination < Struct.new( :id, :state, :start_time, :end_time, :configuration, :detail) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the Composition Destination.
623 624 625 626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 623 class Destination < Struct.new( :id, :state, :start_time, :end_time, :configuration, :detail) SENSITIVE = [] include Aws::Structure end |