Module: Aws::ElementalInference::Client::_GetFixtureResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFixtureResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #competitors ⇒ ::Array[Types::Competitor]
- #fixture_group ⇒ ::String
- #fixture_id ⇒ ::String
- #name ⇒ ::String
- #scheduled_start ⇒ ::Time
- #status ⇒ ::String
Instance Method Details
#competitors ⇒ ::Array[Types::Competitor]
243 |
# File 'sig/client.rbs', line 243 def competitors: () -> ::Array[Types::Competitor] |
#fixture_group ⇒ ::String
240 |
# File 'sig/client.rbs', line 240 def fixture_group: () -> ::String |
#fixture_id ⇒ ::String
238 |
# File 'sig/client.rbs', line 238 def fixture_id: () -> ::String |
#name ⇒ ::String
239 |
# File 'sig/client.rbs', line 239 def name: () -> ::String |
#scheduled_start ⇒ ::Time
241 |
# File 'sig/client.rbs', line 241 def scheduled_start: () -> ::Time |
#status ⇒ ::String
242 |
# File 'sig/client.rbs', line 242 def status: () -> ::String |