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)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def data
  @data
end

#data_type"VIDEO-MP4"

Returns the value of attribute data_type.

Returns:

  • ("VIDEO-MP4")


2348
2349
2350
# File 'sig/types.rbs', line 2348

def data_type
  @data_type
end

#end_timeTypes::TimeInNanos

Returns the value of attribute end_time.

Returns:



2347
2348
2349
# File 'sig/types.rbs', line 2347

def end_time
  @end_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def next_token
  @next_token
end

#start_timeTypes::TimeInNanos

Returns the value of attribute start_time.

Returns:



2346
2347
2348
# File 'sig/types.rbs', line 2346

def start_time
  @start_time
end