Class: Aws::SSM::Types::DescribeMaintenanceWindowScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowScheduleRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Filters used to limit the range of results.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#resource_type ⇒ String
The type of resource you want to retrieve information about.
-
#targets ⇒ Array<Types::Target>
The managed node ID or key-value pair to retrieve information about.
-
#window_id ⇒ String
The ID of the maintenance window to retrieve information about.
Instance Attribute Details
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-ssm/types.rb', line 5736 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-ssm/types.rb', line 5736 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-ssm/types.rb', line 5736 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource you want to retrieve information about. For example, ‘INSTANCE`.
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-ssm/types.rb', line 5736 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The managed node ID or key-value pair to retrieve information about.
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-ssm/types.rb', line 5736 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#window_id ⇒ String
The ID of the maintenance window to retrieve information about.
5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-ssm/types.rb', line 5736 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |