Class: Aws::Types::ListProfilingGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProfilingGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profiling_group_names ⇒ ::Array[::String]
Returns the value of attribute profiling_group_names.
-
#profiling_groups ⇒ ::Array[Types::ProfilingGroupDescription]
Returns the value of attribute profiling_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
267 268 269 |
# File 'sig/types.rbs', line 267 def next_token @next_token end |
#profiling_group_names ⇒ ::Array[::String]
Returns the value of attribute profiling_group_names.
268 269 270 |
# File 'sig/types.rbs', line 268 def profiling_group_names @profiling_group_names end |
#profiling_groups ⇒ ::Array[Types::ProfilingGroupDescription]
Returns the value of attribute profiling_groups.
269 270 271 |
# File 'sig/types.rbs', line 269 def profiling_groups @profiling_groups end |