Class: Aws::Types::ListRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter::Hash[("TYPE" | "IMPACT" | "STATUS" | "RESOURCE_ARN"), ::String]

Returns the value of attribute filter.

Returns:

  • (::Hash[("TYPE" | "IMPACT" | "STATUS" | "RESOURCE_ARN"), ::String])


1321
1322
1323
# File 'sig/types.rbs', line 1321

def filter
  @filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def page_size
  @page_size
end