Class: Aws::Types::SearchResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_criteriaTypes::SearchResourcesBucketCriteria

Returns the value of attribute bucket_criteria.



1609
1610
1611
# File 'sig/types.rbs', line 1609

def bucket_criteria
  @bucket_criteria
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def next_token
  @next_token
end

#sort_criteriaTypes::SearchResourcesSortCriteria

Returns the value of attribute sort_criteria.



1612
1613
1614
# File 'sig/types.rbs', line 1612

def sort_criteria
  @sort_criteria
end