Module: Aws::IoTSiteWise::Client::_GetCaptureDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCaptureDataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_type ⇒ "VIDEO-MP4"
- #end_time ⇒ Types::TimeInNanos
- #next_token ⇒ ::String
- #start_time ⇒ Types::TimeInNanos
Instance Method Details
#data_type ⇒ "VIDEO-MP4"
1644 |
# File 'sig/client.rbs', line 1644
def data_type: () -> ("VIDEO-MP4")
|
#end_time ⇒ Types::TimeInNanos
1643 |
# File 'sig/client.rbs', line 1643
def end_time: () -> Types::TimeInNanos
|
#next_token ⇒ ::String
1645 |
# File 'sig/client.rbs', line 1645
def next_token: () -> ::String
|
#start_time ⇒ Types::TimeInNanos
1642 |
# File 'sig/client.rbs', line 1642
def start_time: () -> Types::TimeInNanos
|