Class: Aws::Types::GetRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def end_time
  @end_time
end

#locale::String

Returns the value of attribute locale.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def locale
  @locale
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def profiling_group_name
  @profiling_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def start_time
  @start_time
end