Class: Aws::Types::DescribeExportTasksRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


575
576
577
# File 'sig/types.rbs', line 575

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def next_token
  @next_token
end

#status_code"CANCELLED", ...

Returns the value of attribute status_code.

Returns:

  • ("CANCELLED", "COMPLETED", "FAILED", "PENDING", "PENDING_CANCEL", "RUNNING")


573
574
575
# File 'sig/types.rbs', line 573

def status_code
  @status_code
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def task_id
  @task_id
end