Class: Aws::SSM::Types::DescribeMaintenanceWindowsForTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowsForTargetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#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.
5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'lib/aws-sdk-ssm/types.rb', line 5888 class DescribeMaintenanceWindowsForTargetRequest < Struct.new( :targets, :resource_type, :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.)
5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'lib/aws-sdk-ssm/types.rb', line 5888 class DescribeMaintenanceWindowsForTargetRequest < Struct.new( :targets, :resource_type, :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`.
5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'lib/aws-sdk-ssm/types.rb', line 5888 class DescribeMaintenanceWindowsForTargetRequest < Struct.new( :targets, :resource_type, :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.
5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'lib/aws-sdk-ssm/types.rb', line 5888 class DescribeMaintenanceWindowsForTargetRequest < Struct.new( :targets, :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |