Class: Aws::Types::ListDevicesJobsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#device_id ⇒ ::String

Returns the value of attribute device_id.



457
458
459
# File 'sig/types.rbs', line 457

def device_id
  @device_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.



458
459
460
# File 'sig/types.rbs', line 458

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.



459
460
461
# File 'sig/types.rbs', line 459

def next_token
  @next_token
end