Class: Aws::Types::ListDeviceFleetsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.



7499
7500
7501
# File 'sig/types.rbs', line 7499

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.



7500
7501
7502
# File 'sig/types.rbs', line 7500

def creation_time_before
  @creation_time_before
end

#last_modified_time_after::Time

Returns the value of attribute last_modified_time_after.



7501
7502
7503
# File 'sig/types.rbs', line 7501

def last_modified_time_after
  @last_modified_time_after
end

#last_modified_time_before::Time

Returns the value of attribute last_modified_time_before.



7502
7503
7504
# File 'sig/types.rbs', line 7502

def last_modified_time_before
  @last_modified_time_before
end

#max_results::Integer

Returns the value of attribute max_results.



7498
7499
7500
# File 'sig/types.rbs', line 7498

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.



7503
7504
7505
# File 'sig/types.rbs', line 7503

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.



7497
7498
7499
# File 'sig/types.rbs', line 7497

def next_token
  @next_token
end

#sort_by"NAME", ...

Returns the value of attribute sort_by.



7504
7505
7506
# File 'sig/types.rbs', line 7504

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.



7505
7506
7507
# File 'sig/types.rbs', line 7505

def sort_order
  @sort_order
end