Class: Aws::IVSRealTime::Types::StartCompositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::StartCompositionRequest
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::DestinationConfiguration>
Array of destination configuration.
-
#idempotency_token ⇒ String
Idempotency token.
-
#layout ⇒ Types::LayoutConfiguration
Layout object to configure composition parameters.
-
#stage_arn ⇒ String
ARN of the stage to be used for compositing.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#destinations ⇒ Array<Types::DestinationConfiguration>
Array of destination configuration.
3005 3006 3007 3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3005 class StartCompositionRequest < Struct.new( :stage_arn, :idempotency_token, :layout, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
Idempotency token.
A suitable default value is auto-generated. You should normally not need to pass this option.
3005 3006 3007 3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3005 class StartCompositionRequest < Struct.new( :stage_arn, :idempotency_token, :layout, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#layout ⇒ Types::LayoutConfiguration
Layout object to configure composition parameters.
3005 3006 3007 3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3005 class StartCompositionRequest < Struct.new( :stage_arn, :idempotency_token, :layout, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
ARN of the stage to be used for compositing.
3005 3006 3007 3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3005 class StartCompositionRequest < Struct.new( :stage_arn, :idempotency_token, :layout, :destinations, :tags) 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.
3005 3006 3007 3008 3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3005 class StartCompositionRequest < Struct.new( :stage_arn, :idempotency_token, :layout, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |