Class: Aws::Types::ListProfileTimesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileTimesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_times ⇒ ::Array[Types::ProfileTime]
Returns the value of attribute profile_times.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
254 255 256 |
# File 'sig/types.rbs', line 254 def next_token @next_token end |
#profile_times ⇒ ::Array[Types::ProfileTime]
Returns the value of attribute profile_times.
255 256 257 |
# File 'sig/types.rbs', line 255 def profile_times @profile_times end |