Class: Aws::Support::Types::DescribeServicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeServicesResponse
- 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
-
#services ⇒ Array<Types::Service>
A JSON-formatted list of Amazon Web Services services.
Instance Attribute Details
#services ⇒ Array<Types::Service>
A JSON-formatted list of Amazon Web Services services.
954 955 956 957 958 |
# File 'lib/aws-sdk-support/types.rb', line 954 class DescribeServicesResponse < Struct.new( :services) SENSITIVE = [] include Aws::Structure end |