Class: Aws::Types::DescribeImportTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def import_id
  @import_id
end

#import_source_arn::String

Returns the value of attribute import_source_arn.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def import_source_arn
  @import_source_arn
end

#import_status"IN_PROGRESS", ...

Returns the value of attribute import_status.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "COMPLETED", "FAILED")


615
616
617
# File 'sig/types.rbs', line 615

def import_status
  @import_status
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


617
618
619
# File 'sig/types.rbs', line 617

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def next_token
  @next_token
end