Class: Aws::Types::ImportTask
- Inherits:
-
Object
- Object
- Aws::Types::ImportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#progress_percentage ⇒ ::Float
Returns the value of attribute progress_percentage.
-
#s3_bucket_source ⇒ Types::S3BucketSource
Returns the value of attribute s3_bucket_source.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#summary ⇒ Types::ImportTaskSummary
Returns the value of attribute summary.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
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.
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.
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.
591 592 593 |
# File 'sig/types.rbs', line 591 def @tags end |