class Amazonite::CloudWatchLogs::DescribeImportTasksRequest

Included Modules

Defined in:

cloudwatch_logs/describe_import_tasks_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(import_id : String | Nil = nil, import_status : ImportStatus | Nil = nil, import_source_arn : String | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def import_id : String | Nil #

Optional filter to describe a specific import task by its ID.


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

Optional filter to describe a specific import task by its ID.


[View source]
def import_source_arn : String | Nil #

Optional filter to list imports from a specific source


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

Optional filter to list imports from a specific source


[View source]
def import_status : ImportStatus | Nil #

Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.


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

Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.


[View source]
def limit : Int32 | Nil #

The maximum number of import tasks to return in the response. Default: 50


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

The maximum number of import tasks to return in the response. Default: 50


[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]