Class: Aws::SSM::Types::DescribeMaintenanceWindowsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowsResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#window_identities ⇒ Array<Types::MaintenanceWindowIdentity>
Information about the maintenance windows.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
5956 5957 5958 5959 5960 5961 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5956 class DescribeMaintenanceWindowsResult < Struct.new( :window_identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#window_identities ⇒ Array<Types::MaintenanceWindowIdentity>
Information about the maintenance windows.
5956 5957 5958 5959 5960 5961 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5956 class DescribeMaintenanceWindowsResult < Struct.new( :window_identities, :next_token) SENSITIVE = [] include Aws::Structure end |