Method: Aws::ApplicationInsights::Types::ApplicationComponent#tier

Defined in:
lib/aws-sdk-applicationinsights/types.rb

#tierString

The stack tier of the application component.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
111
112
# File '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