Class: Aws::Support::Types::DescribeSeverityLevelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeSeverityLevelsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The list of severity levels returned by the DescribeSeverityLevels operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#severity_levels ⇒ Array<Types::SeverityLevel>
The available severity levels for the support case.
Instance Attribute Details
#severity_levels ⇒ Array<Types::SeverityLevel>
The available severity levels for the support case. Available severity levels are defined by your service level agreement with Amazon Web Services.
987 988 989 990 991 |
# File 'lib/aws-sdk-support/types.rb', line 987 class DescribeSeverityLevelsResponse < Struct.new( :severity_levels) SENSITIVE = [] include Aws::Structure end |