Class: Aws::Types::DescribeImportTaskBatchesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_batches::Array[Types::ImportBatch]

Returns the value of attribute import_batches.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def import_batches
  @import_batches
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def import_id
  @import_id
end

#import_source_arn::String

Returns the value of attribute import_source_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def import_source_arn
  @import_source_arn
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def next_token
  @next_token
end