Class: Aws::IVSRealTime::Types::Composition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::Composition
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Object specifying a Composition resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the Composition resource.
-
#destinations ⇒ Array<Types::Destination>
Array of Destination objects.
-
#end_time ⇒ Time
UTC time of the Composition end.
-
#layout ⇒ Types::LayoutConfiguration
Layout object to configure composition parameters.
-
#stage_arn ⇒ String
ARN of the stage used as input.
-
#start_time ⇒ Time
UTC time of the Composition start.
-
#state ⇒ String
State of the Composition.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#arn ⇒ String
ARN of the Composition resource.
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::Destination>
Array of Destination objects. A Composition can contain either one
destination (channel
or s3
) or two (one channel
and one s3
).
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#layout ⇒ Types::LayoutConfiguration
Layout object to configure composition parameters.
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
ARN of the stage used as input
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the Composition.
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form
string:string (key:value)
. See Best practices and strategies
in Tagging AWS Resources and Tag Editor for details, including
restrictions that apply to tags and "Tag naming limits and
requirements"; Amazon IVS has no constraints on tags beyond what is
documented there.
119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 119 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |