Class: Aws::OpsWorks::Types::DescribeOperatingSystemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeOperatingSystemsResponse
- Defined in:
- gems/aws-sdk-opsworks/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.
3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3193 class DescribeOperatingSystemsResponse < Struct.new( :operating_systems) SENSITIVE = [] include Aws::Structure end |