Class: Aws::Types::GetFixtureResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFixtureResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#competitors ⇒ ::Array[Types::Competitor]
Returns the value of attribute competitors.
-
#fixture_group ⇒ ::String
Returns the value of attribute fixture_group.
-
#fixture_id ⇒ ::String
Returns the value of attribute fixture_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scheduled_start ⇒ ::Time
Returns the value of attribute scheduled_start.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#competitors ⇒ ::Array[Types::Competitor]
Returns the value of attribute competitors.
261 262 263 |
# File 'sig/types.rbs', line 261 def competitors @competitors end |
#fixture_group ⇒ ::String
Returns the value of attribute fixture_group.
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.
256 257 258 |
# File 'sig/types.rbs', line 256 def fixture_id @fixture_id end |
#name ⇒ ::String
Returns the value of attribute name.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#scheduled_start ⇒ ::Time
Returns the value of attribute scheduled_start.
259 260 261 |
# File 'sig/types.rbs', line 259 def scheduled_start @scheduled_start end |
#status ⇒ ::String
Returns the value of attribute status.
260 261 262 |
# File 'sig/types.rbs', line 260 def status @status end |