Class: Aws::Types::GetResourcesV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ResourcesFilters

Returns the value of attribute filters.



6163
6164
6165
# File 'sig/types.rbs', line 6163

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6167
6168
6169
# File 'sig/types.rbs', line 6167

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6166
6167
6168
# File 'sig/types.rbs', line 6166

def next_token
  @next_token
end

#scopesTypes::ResourceScopes

Returns the value of attribute scopes.



6164
6165
6166
# File 'sig/types.rbs', line 6164

def scopes
  @scopes
end

#sort_criteria::Array[Types::SortCriterion]

Returns the value of attribute sort_criteria.

Returns:



6165
6166
6167
# File 'sig/types.rbs', line 6165

def sort_criteria
  @sort_criteria
end