Class: Aws::IVSRealTime::Types::Composition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::Composition
- Includes:
- Structure
- Defined in:
- 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.
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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`).
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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*.
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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.
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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*.
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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.
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 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.
[1]: docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 126 class Composition < Struct.new( :arn, :stage_arn, :state, :layout, :destinations, :tags, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |