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)


10904
10905
10906
# File 'sig/types.rbs', line 10904

def arn
  @arn
end

#asset_bundle_export_job_id::String

Returns the value of attribute asset_bundle_export_job_id.

Returns:

  • (::String)


10905
10906
10907
# File 'sig/types.rbs', line 10905

def asset_bundle_export_job_id
  @asset_bundle_export_job_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10906
10907
10908
# File 'sig/types.rbs', line 10906

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10907
10908
10909
# File 'sig/types.rbs', line 10907

def status
  @status
end