class Amazonite::SsmV1::GetInventorySchemaRequest
- Amazonite::SsmV1::GetInventorySchemaRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/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
- #aggregator : Bool | Nil
- #aggregator=(aggregator : Bool | Nil)
- #max_results : Int32 | Nil
- #max_results=(max_results : Int32 | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #sub_type : Bool | Nil
- #sub_type=(sub_type : Bool | Nil)
- #type_name : String | Nil
- #type_name=(type_name : String | Nil)
Constructor Detail
def self.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)
#