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

Class: Aws::Support::Types::Service

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

Overview

Information about an AWS service returned by the DescribeServices operation.

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesArray<Types::Category>

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

Returns:

  • (Array<Types::Category>)

    A list of categories that describe the type of support issue a case describes.

#codeString

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

Returns:

  • (String)

    The code for an AWS service returned by the DescribeServices response.

#nameString

The friendly name for an AWS service. The code element contains the corresponding code.

Returns:

  • (String)

    The friendly name for an AWS service.