Class: Aws::ApplicationInsights::Types::ListWorkloadsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1276

class ListWorkloadsResponse < Struct.new(
  :workload_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workload_listArray<Types::Workload>

The list of workloads.

Returns:



1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1276

class ListWorkloadsResponse < Struct.new(
  :workload_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end