Class: Aws::ElementalInference::Types::GetFixtureResponse

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

Overview

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:



875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 875

class GetFixtureResponse < 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)


875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 875

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

#fixture_idString

The ID that you specified in the request.

Returns:

  • (String)


875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 875

class GetFixtureResponse < 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)


875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 875

class GetFixtureResponse < 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)


875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 875

class GetFixtureResponse < 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)


875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 875

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