Class: Aws::Types::GetRightsizingRecommendationResponse

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.



771
772
773
# File 'sig/types.rbs', line 771

def configuration
  @configuration
end

#metadataTypes::RightsizingRecommendationMetadata

Returns the value of attribute metadata.



767
768
769
# File 'sig/types.rbs', line 767

def 
  @metadata
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def next_page_token
  @next_page_token
end

#rightsizing_recommendations::Array[Types::RightsizingRecommendation]

Returns the value of attribute rightsizing_recommendations.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def rightsizing_recommendations
  @rightsizing_recommendations
end

#summaryTypes::RightsizingRecommendationSummary

Returns the value of attribute summary.



768
769
770
# File 'sig/types.rbs', line 768

def summary
  @summary
end