Class: Aws::Types::ListSpacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id_equals::String

Returns the value of attribute domain_id_equals.

Returns:

  • (::String)


8431
8432
8433
# File 'sig/types.rbs', line 8431

def domain_id_equals
  @domain_id_equals
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8428
8429
8430
# File 'sig/types.rbs', line 8428

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8427
8428
8429
# File 'sig/types.rbs', line 8427

def next_token
  @next_token
end

#sort_by"CreationTime", "LastModifiedTime"

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime", "LastModifiedTime")


8430
8431
8432
# File 'sig/types.rbs', line 8430

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8429
8430
8431
# File 'sig/types.rbs', line 8429

def sort_order
  @sort_order
end

#space_name_contains::String

Returns the value of attribute space_name_contains.

Returns:

  • (::String)


8432
8433
8434
# File 'sig/types.rbs', line 8432

def space_name_contains
  @space_name_contains
end