Class: Aws::Types::ImportTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def arn
  @arn
end

#creation_date_time ⇒ ::String

Returns the value of attribute creation_date_time.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def creation_date_time
  @creation_date_time
end

#end_date_time ⇒ ::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def end_date_time
  @end_date_time
end

#import_id ⇒ ::String

Returns the value of attribute import_id.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def import_id
  @import_id
end

#progress_percentage ⇒ ::Float

Returns the value of attribute progress_percentage.

Returns:

  • (::Float)


589
590
591
# File 'sig/types.rbs', line 589

def progress_percentage
  @progress_percentage
end

#s3_bucket_source ⇒ Types::S3BucketSource

Returns the value of attribute s3_bucket_source.



585
586
587
# File 'sig/types.rbs', line 585

def s3_bucket_source
  @s3_bucket_source
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTED", "FAILED", "SUCCEEDED")


588
589
590
# File 'sig/types.rbs', line 588

def status
  @status
end

#summary ⇒ Types::ImportTaskSummary

Returns the value of attribute summary.



590
591
592
# File 'sig/types.rbs', line 590

def summary
  @summary
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


591
592
593
# File 'sig/types.rbs', line 591

def tags
  @tags
end