Class: Aws::Types::ListDevicesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


7473
7474
7475
# File 'sig/types.rbs', line 7473

def device_fleet_name
  @device_fleet_name
end

#latest_heartbeat_after::Time

Returns the value of attribute latest_heartbeat_after.

Returns:

  • (::Time)


7471
7472
7473
# File 'sig/types.rbs', line 7471

def latest_heartbeat_after
  @latest_heartbeat_after
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7470
7471
7472
# File 'sig/types.rbs', line 7470

def max_results
  @max_results
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


7472
7473
7474
# File 'sig/types.rbs', line 7472

def model_name
  @model_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7469
7470
7471
# File 'sig/types.rbs', line 7469

def next_token
  @next_token
end