Class: Aws::Types::GetCaptureDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCaptureDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#data_type ⇒ "VIDEO-MP4"
Returns the value of attribute data_type.
-
#end_time ⇒ Types::TimeInNanos
Returns the value of attribute end_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def data @data end |
#data_type ⇒ "VIDEO-MP4"
Returns the value of attribute data_type.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def data_type @data_type end |
#end_time ⇒ Types::TimeInNanos
Returns the value of attribute end_time.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def end_time @end_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def next_token @next_token end |
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def start_time @start_time end |