Class: Aws::ApplicationInsights::Types::WorkloadConfiguration

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

Overview

The configuration of the workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationString

The configuration settings of the workload.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2209

class WorkloadConfiguration < Struct.new(
  :workload_name,
  :tier,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The configuration of the workload tier.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2209

class WorkloadConfiguration < Struct.new(
  :workload_name,
  :tier,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#workload_nameString

The name of the workload.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2209

class WorkloadConfiguration < Struct.new(
  :workload_name,
  :tier,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end