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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2247
2248
2249
2250
2251
2252
2253
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2247

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

#tierString

The configuration of the workload tier.

Returns:

  • (String)


2247
2248
2249
2250
2251
2252
2253
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2247

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


2247
2248
2249
2250
2251
2252
2253
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2247

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