Class: Aws::Types::FixtureSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#competitors::Array[Types::Competitor]

Returns the value of attribute competitors.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def competitors
  @competitors
end

#fixture_group::String

Returns the value of attribute fixture_group.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def fixture_group
  @fixture_group
end

#fixture_id::String

Returns the value of attribute fixture_id.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def fixture_id
  @fixture_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def name
  @name
end

#scheduled_start::Time

Returns the value of attribute scheduled_start.

Returns:

  • (::Time)


184
185
186
# File 'sig/types.rbs', line 184

def scheduled_start
  @scheduled_start
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def status
  @status
end