Class: Aws::Types::ListResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ListResourcesFilters

Returns the value of attribute filters.



1066
1067
1068
# File 'sig/types.rbs', line 1066

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.



1065
1066
1067
# File 'sig/types.rbs', line 1065

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1064
1065
1066
# File 'sig/types.rbs', line 1064

def next_token
  @next_token
end

#organization_id::String

Returns the value of attribute organization_id.



1063
1064
1065
# File 'sig/types.rbs', line 1063

def organization_id
  @organization_id
end