class
Amazonite::Ssm::GetInventorySchemaRequest
- Amazonite::Ssm::GetInventorySchemaRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_inventory_schema_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(type_name : String | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil, aggregator : Bool | Nil = nil, sub_type : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#aggregator : Bool | Nil
Returns inventory schemas that support aggregation.
-
#aggregator=(aggregator : Bool | Nil)
Returns inventory schemas that support aggregation.
-
#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.
-
#sub_type : Bool | Nil
Returns the sub-type schema for a specified inventory type.
-
#sub_type=(sub_type : Bool | Nil)
Returns the sub-type schema for a specified inventory type.
-
#type_name : String | Nil
The type of inventory item to return.
-
#type_name=(type_name : String | Nil)
The type of inventory item to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns inventory schemas that support aggregation. For example, this call returns the
AWS:InstanceInformation type, because it supports aggregation based on the PlatformName,
PlatformType, and PlatformVersion attributes.
Returns inventory schemas that support aggregation. For example, this call returns the
AWS:InstanceInformation type, because it supports aggregation based on the PlatformName,
PlatformType, and PlatformVersion attributes.
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.)