Class: Aws::Types::GetRightsizingRecommendationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RightsizingRecommendationConfiguration

Returns the value of attribute configuration.



759
760
761
# File 'sig/types.rbs', line 759

def configuration
  @configuration
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



758
759
760
# File 'sig/types.rbs', line 758

def filter
  @filter
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def next_page_token
  @next_page_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


761
762
763
# File 'sig/types.rbs', line 761

def page_size
  @page_size
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def service
  @service
end