You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Support::Types::Category

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The category code for the support case.

Returns:

  • (String)

    The category code for the support case.

#nameString

The category name for the support case.

Returns:

  • (String)

    The category name for the support case.