Class: Aws::ElementalInference::Types::FixtureSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb

Overview

Contains information about one fixture. It is used in the SearchFixtures response.

Elemental Inference relays the information in this structure from the data source, so that you can identify the fixture that matches your source media.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#competitorsArray<Types::Competitor>

An array of the competitors (the teams or individuals) in the fixture.

Returns:



674
675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674

class FixtureSummary < Struct.new(
  :fixture_id,
  :name,
  :fixture_group,
  :scheduled_start,
  :status,
  :competitors)
  SENSITIVE = []
  include Aws::Structure
end

#fixture_groupString

The group that the fixture belongs to, such as the competition, league, or tournament. The data source doesn't provide this information for every fixture.

Returns:

  • (String)


674
675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674

class FixtureSummary < Struct.new(
  :fixture_id,
  :name,
  :fixture_group,
  :scheduled_start,
  :status,
  :competitors)
  SENSITIVE = []
  include Aws::Structure
end

#fixture_idString

The ID of the fixture. Specify this ID in the clipping output of a feed, to identify the fixture whose event data you want Elemental Inference to map onto the clipping metadata.

Returns:

  • (String)


674
675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674

class FixtureSummary < Struct.new(
  :fixture_id,
  :name,
  :fixture_group,
  :scheduled_start,
  :status,
  :competitors)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the fixture, as provided by the data source. For example, the names of the two competing teams.

Returns:

  • (String)


674
675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674

class FixtureSummary < Struct.new(
  :fixture_id,
  :name,
  :fixture_group,
  :scheduled_start,
  :status,
  :competitors)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_startTime

The scheduled start time of the fixture, as provided by the data source. The actual start time might differ.

Returns:

  • (Time)


674
675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674

class FixtureSummary < Struct.new(
  :fixture_id,
  :name,
  :fixture_group,
  :scheduled_start,
  :status,
  :competitors)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the fixture in its lifecycle, as provided by the data source. For example, Scheduled or Completed.

Returns:

  • (String)


674
675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674

class FixtureSummary < Struct.new(
  :fixture_id,
  :name,
  :fixture_group,
  :scheduled_start,
  :status,
  :competitors)
  SENSITIVE = []
  include Aws::Structure
end