Class: Aws::Types::GetIdleRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


584
585
586
# File 'sig/types.rbs', line 584

def 
  @account_ids
end

#filters::Array[Types::IdleRecommendationFilter]

Returns the value of attribute filters.

Returns:



583
584
585
# File 'sig/types.rbs', line 583

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


582
583
584
# File 'sig/types.rbs', line 582

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def next_token
  @next_token
end

#order_byTypes::OrderBy

Returns the value of attribute order_by.

Returns:



585
586
587
# File 'sig/types.rbs', line 585

def order_by
  @order_by
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


580
581
582
# File 'sig/types.rbs', line 580

def resource_arns
  @resource_arns
end