Method: Aws::ApplicationInsights::Types::ApplicationComponent#tier
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
#tier ⇒ String
The stack tier of the application component.
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 |