Module: Aws::MigrationHubStrategyRecommendations::Client::_GetImportFileTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImportFileTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #id ⇒ ::String
- #import_name ⇒ ::String
- #input_s3_bucket ⇒ ::String
- #input_s3_key ⇒ ::String
- #number_of_records_failed ⇒ ::Integer
- #number_of_records_success ⇒ ::Integer
- #start_time ⇒ ::Time
- #status ⇒ "ImportInProgress", ...
- #status_report_s3_bucket ⇒ ::String
- #status_report_s3_key ⇒ ::String
Instance Method Details
#completion_time ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def completion_time: () -> ::Time
|
#id ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def id: () -> ::String
|
#import_name ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def import_name: () -> ::String
|
#input_s3_bucket ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def input_s3_bucket: () -> ::String
|
#input_s3_key ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def input_s3_key: () -> ::String
|
#number_of_records_failed ⇒ ::Integer
123 |
# File 'sig/client.rbs', line 123
def number_of_records_failed: () -> ::Integer
|
#number_of_records_success ⇒ ::Integer
124 |
# File 'sig/client.rbs', line 124
def number_of_records_success: () -> ::Integer
|
#start_time ⇒ ::Time
125 |
# File 'sig/client.rbs', line 125
def start_time: () -> ::Time
|
#status ⇒ "ImportInProgress", ...
126 |
# File 'sig/client.rbs', line 126
def status: () -> ("ImportInProgress" | "ImportFailed" | "ImportPartialSuccess" | "ImportSuccess" | "DeleteInProgress" | "DeleteFailed" | "DeletePartialSuccess" | "DeleteSuccess")
|
#status_report_s3_bucket ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def status_report_s3_bucket: () -> ::String
|
#status_report_s3_key ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def status_report_s3_key: () -> ::String
|