Class: Aws::IVSRealTime::Types::CompositionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Summary information about a Composition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the Composition resource.

Returns:

  • (String)


175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

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

#destinationsArray<Types::DestinationSummary>

Array of Destination objects.

Returns:



175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

class CompositionSummary < Struct.new(
  :arn,
  :stage_arn,
  :destinations,
  :state,
  :tags,
  :start_time,
  :end_time)
  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)


175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

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

#stage_arnString

ARN of the attached stage.

Returns:

  • (String)


175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

class CompositionSummary < Struct.new(
  :arn,
  :stage_arn,
  :destinations,
  :state,
  :tags,
  :start_time,
  :end_time)
  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)


175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

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

#stateString

State of the Composition resource.

Returns:

  • (String)


175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

class CompositionSummary < Struct.new(
  :arn,
  :stage_arn,
  :destinations,
  :state,
  :tags,
  :start_time,
  :end_time)
  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 [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

Returns:

  • (Hash<String,String>)


175
176
177
178
179
180
181
182
183
184
185
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 175

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