Class: Aws::Types::FixtureSummary
- Inherits:
-
Object
- Object
- Aws::Types::FixtureSummary
- 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.
197 198 199 |
# File 'sig/types.rbs', line 197 def competitors @competitors end |
#fixture_group ⇒ ::String
Returns the value of attribute fixture_group.
194 195 196 |
# File 'sig/types.rbs', line 194 def fixture_group @fixture_group end |
#fixture_id ⇒ ::String
Returns the value of attribute fixture_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def fixture_id @fixture_id end |
#name ⇒ ::String
Returns the value of attribute name.
193 194 195 |
# File 'sig/types.rbs', line 193 def name @name end |
#scheduled_start ⇒ ::Time
Returns the value of attribute scheduled_start.
195 196 197 |
# File 'sig/types.rbs', line 195 def scheduled_start @scheduled_start end |
#status ⇒ ::String
Returns the value of attribute status.
196 197 198 |
# File 'sig/types.rbs', line 196 def status @status end |