Class: Aws::OpsWorks::Types::DescribeOperatingSystemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeOperatingSystemsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
The response to a ‘DescribeOperatingSystems` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operating_systems ⇒ Array<Types::OperatingSystem>
Contains information in response to a ‘DescribeOperatingSystems` request.
Instance Attribute Details
#operating_systems ⇒ Array<Types::OperatingSystem>
Contains information in response to a ‘DescribeOperatingSystems` request.
2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2658 class DescribeOperatingSystemsResponse < Struct.new( :operating_systems) SENSITIVE = [] include Aws::Structure end |