Module: Aws::ImportExport::Client::_GetStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStatusOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #artifact_list ⇒ ::Array[Types::Artifact]
- #carrier ⇒ ::String
- #creation_date ⇒ ::Time
- #current_manifest ⇒ ::String
- #error_count ⇒ ::Integer
- #job_id ⇒ ::String
- #job_type ⇒ "Import", "Export"
- #location_code ⇒ ::String
- #location_message ⇒ ::String
- #log_bucket ⇒ ::String
- #log_key ⇒ ::String
- #progress_code ⇒ ::String
- #progress_message ⇒ ::String
- #signature ⇒ ::String
- #signature_file_contents ⇒ ::String
- #tracking_number ⇒ ::String
Instance Method Details
#artifact_list ⇒ ::Array[Types::Artifact]
149 |
# File 'sig/client.rbs', line 149
def artifact_list: () -> ::Array[Types::Artifact]
|
#carrier ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def carrier: () -> ::String
|
#creation_date ⇒ ::Time
148 |
# File 'sig/client.rbs', line 148
def creation_date: () -> ::Time
|
#current_manifest ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def current_manifest: () -> ::String
|
#error_count ⇒ ::Integer
144 |
# File 'sig/client.rbs', line 144
def error_count: () -> ::Integer
|
#job_id ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def job_id: () -> ::String
|
#job_type ⇒ "Import", "Export"
135 |
# File 'sig/client.rbs', line 135
def job_type: () -> ("Import" | "Export")
|
#location_code ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def location_code: () -> ::String
|
#location_message ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def location_message: () -> ::String
|
#log_bucket ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def log_bucket: () -> ::String
|
#log_key ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def log_key: () -> ::String
|
#progress_code ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def progress_code: () -> ::String
|
#progress_message ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def progress_message: () -> ::String
|
#signature ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def signature: () -> ::String
|
#signature_file_contents ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def signature_file_contents: () -> ::String
|
#tracking_number ⇒ ::String
141 |
# File 'sig/client.rbs', line 141
def tracking_number: () -> ::String
|