Module: Aws::IoTManagedIntegrations::Client::_GetOtaTaskConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOtaTaskConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #push_config ⇒ Types::PushConfig
- #task_configuration_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
705 |
# File 'sig/client.rbs', line 705
def created_at: () -> ::Time
|
#description ⇒ ::String
704 |
# File 'sig/client.rbs', line 704
def description: () -> ::String
|
#name ⇒ ::String
702 |
# File 'sig/client.rbs', line 702
def name: () -> ::String
|
#push_config ⇒ Types::PushConfig
703 |
# File 'sig/client.rbs', line 703
def push_config: () -> Types::PushConfig
|
#task_configuration_id ⇒ ::String
701 |
# File 'sig/client.rbs', line 701
def task_configuration_id: () -> ::String
|