Class: Aws::Support::Types::DescribeServicesResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-support/types.rb

Overview

The list of Amazon Web Services services returned by the DescribeServices operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#servicesArray<Types::Service>

A JSON-formatted list of Amazon Web Services services.

Returns:



945
946
947
948
949
# File 'lib/aws-sdk-support/types.rb', line 945

class DescribeServicesResponse < Struct.new(
  :services)
  SENSITIVE = []
  include Aws::Structure
end