Class: Aws::Types::DescribeImportTaskBatchesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_import_status::Array[("IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")]

Returns the value of attribute batch_import_status.

Returns:

  • (::Array[("IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")])


599
600
601
# File 'sig/types.rbs', line 599

def batch_import_status
  @batch_import_status
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def import_id
  @import_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


600
601
602
# File 'sig/types.rbs', line 600

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def next_token
  @next_token
end