class
Amazonite::Ssm::ListDocumentsRequest
- Amazonite::Ssm::ListDocumentsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_documents_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(document_filter_list : Array(DocumentFilter) | Nil = nil, filters : Array(DocumentKeyValuesFilter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_filter_list : Array(DocumentFilter) | Nil
This data type is deprecated.
-
#document_filter_list=(document_filter_list : Array(DocumentFilter) | Nil)
This data type is deprecated.
-
#filters : Array(DocumentKeyValuesFilter) | Nil
One or more
DocumentKeyValuesFilterobjects. -
#filters=(filters : Array(DocumentKeyValuesFilter) | Nil)
One or more
DocumentKeyValuesFilterobjects. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of items to return for this call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of items to return for this call.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
This data type is deprecated. Instead, use Filters.
This data type is deprecated. Instead, use Filters.
One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of
results. For keys, you can specify one or more key-value pair tags that have been applied to a
document. Other valid keys include Owner, Name, PlatformTypes, DocumentType, and
TargetType. For example, to return documents you own use Key=Owner,Values=Self. To specify a
custom key-value pair, use the format Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more
tag values. For example: Key=tag:tagName,Values=valueName1,valueName2
One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of
results. For keys, you can specify one or more key-value pair tags that have been applied to a
document. Other valid keys include Owner, Name, PlatformTypes, DocumentType, and
TargetType. For example, to return documents you own use Key=Owner,Values=Self. To specify a
custom key-value pair, use the format Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more
tag values. For example: Key=tag:tagName,Values=valueName1,valueName2
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.
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.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)