Class: Aws::ApplicationInsights::Types::ApplicationComponent

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

Overview

Describes a standalone resource or similarly grouped resources that the application is made up of.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of the component.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end

#component_remarksString

If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end

#detected_workloadHash<String,Hash<String,String>>

Workloads detected in the application component.

Returns:

  • (Hash<String,Hash<String,String>>)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end

#monitorBoolean

Indicates whether the application component is monitored.

Returns:

  • (Boolean)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end

#os_typeString

The operating system of the component.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The stack tier of the application component.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 102

class ApplicationComponent < Struct.new(
  :component_name,
  :component_remarks,
  :resource_type,
  :os_type,
  :tier,
  :monitor,
  :detected_workload)
  SENSITIVE = []
  include Aws::Structure
end