Class: Aws::Types::GetRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomalies::Array[Types::Anomaly]

Returns the value of attribute anomalies.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def anomalies
  @anomalies
end

#profile_end_time::Time

Returns the value of attribute profile_end_time.

Returns:

  • (::Time)


214
215
216
# File 'sig/types.rbs', line 214

def profile_end_time
  @profile_end_time
end

#profile_start_time::Time

Returns the value of attribute profile_start_time.

Returns:

  • (::Time)


215
216
217
# File 'sig/types.rbs', line 215

def profile_start_time
  @profile_start_time
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def profiling_group_name
  @profiling_group_name
end

#recommendations::Array[Types::Recommendation]

Returns the value of attribute recommendations.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def recommendations
  @recommendations
end