Class: Aws::Types::AssetBundleExportJobSummary

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)


484
485
486
# File 'sig/types.rbs', line 484

def arn
  @arn
end

#asset_bundle_export_job_id::String

Returns the value of attribute asset_bundle_export_job_id.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def asset_bundle_export_job_id
  @asset_bundle_export_job_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


485
486
487
# File 'sig/types.rbs', line 485

def created_time
  @created_time
end

#export_format"CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"

Returns the value of attribute export_format.

Returns:

  • ("CLOUDFORMATION_JSON", "QUICKSIGHT_JSON")


488
489
490
# File 'sig/types.rbs', line 488

def export_format
  @export_format
end

#include_all_dependenciesBoolean

Returns the value of attribute include_all_dependencies.

Returns:

  • (Boolean)


487
488
489
# File 'sig/types.rbs', line 487

def include_all_dependencies
  @include_all_dependencies
end

#include_permissionsBoolean

Returns the value of attribute include_permissions.

Returns:

  • (Boolean)


489
490
491
# File 'sig/types.rbs', line 489

def include_permissions
  @include_permissions
end

#include_tagsBoolean

Returns the value of attribute include_tags.

Returns:

  • (Boolean)


490
491
492
# File 'sig/types.rbs', line 490

def include_tags
  @include_tags
end

#job_status"QUEUED_FOR_IMMEDIATE_EXECUTION", ...

Returns the value of attribute job_status.

Returns:

  • ("QUEUED_FOR_IMMEDIATE_EXECUTION", "IN_PROGRESS", "SUCCESSFUL", "FAILED")


483
484
485
# File 'sig/types.rbs', line 483

def job_status
  @job_status
end