Module: Aws::DataExchange::Client::_CreateJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #asset_configuration ⇒ Types::AssetConfiguration
- #created_at ⇒ ::Time
- #details ⇒ Types::ResponseDetails
- #errors ⇒ ::Array[Types::JobError]
- #id ⇒ ::String
- #state ⇒ "WAITING", ...
- #type ⇒ "IMPORT_ASSETS_FROM_S3", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def arn: () -> ::String
|
#asset_configuration ⇒ Types::AssetConfiguration
187 |
# File 'sig/client.rbs', line 187
def asset_configuration: () -> Types::AssetConfiguration
|
#created_at ⇒ ::Time
188 |
# File 'sig/client.rbs', line 188
def created_at: () -> ::Time
|
#details ⇒ Types::ResponseDetails
189 |
# File 'sig/client.rbs', line 189
def details: () -> Types::ResponseDetails
|
#errors ⇒ ::Array[Types::JobError]
190 |
# File 'sig/client.rbs', line 190
def errors: () -> ::Array[Types::JobError]
|
#id ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def id: () -> ::String
|
#state ⇒ "WAITING", ...
192 |
# File 'sig/client.rbs', line 192
def state: () -> ("WAITING" | "IN_PROGRESS" | "ERROR" | "COMPLETED" | "CANCELLED" | "TIMED_OUT")
|
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
193 |
# File 'sig/client.rbs', line 193
def type: () -> ("IMPORT_ASSETS_FROM_S3" | "IMPORT_ASSET_FROM_SIGNED_URL" | "EXPORT_ASSETS_TO_S3" | "EXPORT_ASSET_TO_SIGNED_URL" | "EXPORT_REVISIONS_TO_S3" | "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES" | "IMPORT_ASSET_FROM_API_GATEWAY_API" | "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET" | "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY")
|
#updated_at ⇒ ::Time
194 |
# File 'sig/client.rbs', line 194
def updated_at: () -> ::Time
|