Class: Aws::Types::GetRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
205 206 207 |
# File 'sig/types.rbs', line 205 def end_time @end_time end |
#locale ⇒ ::String
Returns the value of attribute locale.
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.
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.
208 209 210 |
# File 'sig/types.rbs', line 208 def start_time @start_time end |