Class: Aws::Types::ListProfilingGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def profiling_groups
  @profiling_groups
end