Class: Aws::IVSRealTime::Types::Composition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

ARN of the Composition resource.

Returns:

  • (String)


94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::Destination>

Array of Destination objects. A Composition can contain either one destination (channel or s3) or two (one channel and one s3).

Returns:



94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#layoutTypes::LayoutConfiguration

Layout object to configure composition parameters.



94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

ARN of the stage used as input

Returns:

  • (String)


94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

State of the Composition.

Returns:

  • (String)


94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources 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.

Returns:

  • (Hash<String,String>)


94
95
96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 94

class Composition < Struct.new(
  :arn,
  :destinations,
  :end_time,
  :layout,
  :stage_arn,
  :start_time,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end