Class: Aws::Types::GetAppMonitorDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAppMonitorDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::QueryFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#time_range ⇒ Types::TimeRange
Returns the value of attribute time_range.
Instance Attribute Details
#filters ⇒ ::Array[Types::QueryFilter]
Returns the value of attribute filters.
198 199 200 |
# File 'sig/types.rbs', line 198 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
199 200 201 |
# File 'sig/types.rbs', line 199 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
196 197 198 |
# File 'sig/types.rbs', line 196 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
200 201 202 |
# File 'sig/types.rbs', line 200 def next_token @next_token end |
#time_range ⇒ Types::TimeRange
Returns the value of attribute time_range.
197 198 199 |
# File 'sig/types.rbs', line 197 def time_range @time_range end |