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]
227 |
# File 'sig/client.rbs', line 227
def competitors: () -> ::Array[Types::Competitor]
|
#fixture_group ⇒ ::String
224 |
# File 'sig/client.rbs', line 224
def fixture_group: () -> ::String
|
#fixture_id ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def fixture_id: () -> ::String
|
#name ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def name: () -> ::String
|
#scheduled_start ⇒ ::Time
225 |
# File 'sig/client.rbs', line 225
def scheduled_start: () -> ::Time
|
#status ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def status: () -> ::String
|