Class: Aws::SSM::Types::ListOpsMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListOpsMetadataRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::OpsMetadataFilter>
One or more filters to limit the number of OpsMetadata objects returned by the call.
-
#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::OpsMetadataFilter>
One or more filters to limit the number of OpsMetadata objects returned by the call.
11910 11911 11912 11913 11914 11915 11916 |
# File 'lib/aws-sdk-ssm/types.rb', line 11910 class ListOpsMetadataRequest < 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.
11910 11911 11912 11913 11914 11915 11916 |
# File 'lib/aws-sdk-ssm/types.rb', line 11910 class ListOpsMetadataRequest < 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.
11910 11911 11912 11913 11914 11915 11916 |
# File 'lib/aws-sdk-ssm/types.rb', line 11910 class ListOpsMetadataRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |