Class: Aws::SSM::Types::DescribeActivationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeActivationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::DescribeActivationsFilter>
A filter to view information about your activations.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
Instance Attribute Details
#filters ⇒ Array<Types::DescribeActivationsFilter>
A filter to view information about your activations.
4663 4664 4665 4666 4667 4668 4669 |
# File 'lib/aws-sdk-ssm/types.rb', line 4663 class DescribeActivationsRequest < Struct.new( :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.
4663 4664 4665 4666 4667 4668 4669 |
# File 'lib/aws-sdk-ssm/types.rb', line 4663 class DescribeActivationsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
4663 4664 4665 4666 4667 4668 4669 |
# File 'lib/aws-sdk-ssm/types.rb', line 4663 class DescribeActivationsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |