Class: Aws::Types::GetFixtureResponse

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:



261
262
263
# File 'sig/types.rbs', line 261

def competitors
  @competitors
end

#fixture_group::String

Returns the value of attribute fixture_group.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def fixture_group
  @fixture_group
end

#fixture_id::String

Returns the value of attribute fixture_id.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def fixture_id
  @fixture_id
end

#name::String

Returns the value of attribute name.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def name
  @name
end

#scheduled_start::Time

Returns the value of attribute scheduled_start.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def scheduled_start
  @scheduled_start
end

#status::String

Returns the value of attribute status.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def status
  @status
end