Class: Aws::Types::GetCaptureDataResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def data
  @data
end

#data_type"VIDEO-MP4"

Returns the value of attribute data_type.

Returns:

  • ("VIDEO-MP4")


2338
2339
2340
# File 'sig/types.rbs', line 2338

def data_type
  @data_type
end

#end_timeTypes::TimeInNanos

Returns the value of attribute end_time.

Returns:



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.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def next_token
  @next_token
end

#start_timeTypes::TimeInNanos

Returns the value of attribute start_time.

Returns:



2336
2337
2338
# File 'sig/types.rbs', line 2336

def start_time
  @start_time
end