Module: Aws::IoTThingsGraph::Client::_GetUploadStatusResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetUploadStatusResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_date::Time

Returns:

  • (::Time)


328
# File 'sig/client.rbs', line 328

def created_date: () -> ::Time

#failure_reason::Array[::String]

Returns:

  • (::Array[::String])


327
# File 'sig/client.rbs', line 327

def failure_reason: () -> ::Array[::String]

#namespace_arn::String

Returns:

  • (::String)


324
# File 'sig/client.rbs', line 324

def namespace_arn: () -> ::String

#namespace_name::String

Returns:

  • (::String)


325
# File 'sig/client.rbs', line 325

def namespace_name: () -> ::String

#namespace_version::Integer

Returns:

  • (::Integer)


326
# File 'sig/client.rbs', line 326

def namespace_version: () -> ::Integer

#upload_id::String

Returns:

  • (::String)


322
# File 'sig/client.rbs', line 322

def upload_id: () -> ::String

#upload_status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


323
# File 'sig/client.rbs', line 323

def upload_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")