Class: Aws::Types::ListDeviceFleetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


7452
7453
7454
# File 'sig/types.rbs', line 7452

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


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

def creation_time_before
  @creation_time_before
end

#last_modified_time_after::Time

Returns the value of attribute last_modified_time_after.

Returns:

  • (::Time)


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

def last_modified_time_after
  @last_modified_time_after
end

#last_modified_time_before::Time

Returns the value of attribute last_modified_time_before.

Returns:

  • (::Time)


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

def last_modified_time_before
  @last_modified_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7451
7452
7453
# File 'sig/types.rbs', line 7451

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


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

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7450
7451
7452
# File 'sig/types.rbs', line 7450

def next_token
  @next_token
end

#sort_by"NAME", ...

Returns the value of attribute sort_by.

Returns:

  • ("NAME", "CREATION_TIME", "LAST_MODIFIED_TIME")


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

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


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

def sort_order
  @sort_order
end