class Amazonite::CloudWatchLogs::DescribeExportTasksRequest

Included Modules

Defined in:

cloudwatch_logs/describe_export_tasks_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(task_id : String | Nil = nil, status_code : ExportTaskStatusCode | Nil = nil, next_token : String | Nil = nil, limit : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 limit : Int32 | Nil #

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.


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

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. (You received this token from a previous call.)


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

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def status_code : ExportTaskStatusCode | Nil #

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.


[View source]
def status_code=(status_code : ExportTaskStatusCode | Nil) #

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.


[View source]
def task_id : String | Nil #

The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.


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

The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.


[View source]
def validate! : Nil #

[View source]