Class: Aws::Types::StartAssetBundleImportJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


10534
10535
10536
# File 'sig/types.rbs', line 10534

def arn
  @arn
end

#asset_bundle_import_job_id::String

Returns the value of attribute asset_bundle_import_job_id.

Returns:

  • (::String)


10535
10536
10537
# File 'sig/types.rbs', line 10535

def asset_bundle_import_job_id
  @asset_bundle_import_job_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10536
10537
10538
# File 'sig/types.rbs', line 10536

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10537
10538
10539
# File 'sig/types.rbs', line 10537

def status
  @status
end