Module: Aws::ImportExport::Client::_CreateJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #artifact_list ⇒ ::Array[Types::Artifact]
- #job_id ⇒ ::String
- #job_type ⇒ "Import", "Export"
- #signature ⇒ ::String
- #signature_file_contents ⇒ ::String
- #warning_message ⇒ ::String
Instance Method Details
#artifact_list ⇒ ::Array[Types::Artifact]
98 |
# File 'sig/client.rbs', line 98
def artifact_list: () -> ::Array[Types::Artifact]
|
#job_id ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def job_id: () -> ::String
|
#job_type ⇒ "Import", "Export"
94 |
# File 'sig/client.rbs', line 94
def job_type: () -> ("Import" | "Export")
|
#signature ⇒ ::String
95 |
# File 'sig/client.rbs', line 95
def signature: () -> ::String
|
#signature_file_contents ⇒ ::String
96 |
# File 'sig/client.rbs', line 96
def signature_file_contents: () -> ::String
|
#warning_message ⇒ ::String
97 |
# File 'sig/client.rbs', line 97
def warning_message: () -> ::String
|