Class: Aws::Types::StartAssetBundleExportJobResponse

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)


10514
10515
10516
# File 'sig/types.rbs', line 10514

def arn
  @arn
end

#asset_bundle_export_job_id::String

Returns the value of attribute asset_bundle_export_job_id.

Returns:

  • (::String)


10515
10516
10517
# File 'sig/types.rbs', line 10515

def asset_bundle_export_job_id
  @asset_bundle_export_job_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10516
10517
10518
# File 'sig/types.rbs', line 10516

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10517
10518
10519
# File 'sig/types.rbs', line 10517

def status
  @status
end