class Amazonite::SsmV1::GetInventorySchemaRequest

Included Modules

Defined in:

ssm_v1/get_inventory_schema_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
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) #

[View source]

Instance Method Detail

def aggregator : Bool | Nil #

[View source]
def aggregator=(aggregator : Bool | Nil) #

[View source]
def max_results : Int32 | Nil #

[View source]
def max_results=(max_results : Int32 | Nil) #

[View source]
def next_token : String | Nil #

[View source]
def next_token=(next_token : String | Nil) #

[View source]
def sub_type : Bool | Nil #

[View source]
def sub_type=(sub_type : Bool | Nil) #

[View source]
def type_name : String | Nil #

[View source]
def type_name=(type_name : String | Nil) #

[View source]