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)


7458
7459
7460
# File 'sig/types.rbs', line 7458

def device_fleet_name
  @device_fleet_name
end

#latest_heartbeat_after::Time

Returns the value of attribute latest_heartbeat_after.

Returns:

  • (::Time)


7456
7457
7458
# File 'sig/types.rbs', line 7456

def latest_heartbeat_after
  @latest_heartbeat_after
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7455
7456
7457
# File 'sig/types.rbs', line 7455

def max_results
  @max_results
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


7457
7458
7459
# File 'sig/types.rbs', line 7457

def model_name
  @model_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7454
7455
7456
# File 'sig/types.rbs', line 7454

def next_token
  @next_token
end