class Amazonite::CloudWatchLogs::DescribeImportTaskBatchesRequest

Included Modules

Defined in:

cloudwatch_logs/describe_import_task_batches_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(import_id : String, batch_import_status : Array(ImportStatus) | Nil = nil, limit : Int32 | Nil = nil, next_token : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def batch_import_status : Array(ImportStatus) | Nil #

Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.


[View source]
def batch_import_status=(batch_import_status : Array(ImportStatus) | Nil) #

Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def import_id : String #

The ID of the import task to get batch information for.


[View source]
def import_id=(import_id : String) #

The ID of the import task to get batch information for.


[View source]
def limit : Int32 | Nil #

The maximum number of import batches to return in the response. Default: 10


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

The maximum number of import batches to return in the response. Default: 10


[View source]
def next_token : String | Nil #

The pagination token for the next set of results.


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

The pagination token for the next set of results.


[View source]
def validate! : Nil #

[View source]