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)


453
454
455
# File 'sig/types.rbs', line 453

def arn
  @arn
end

#asset_bundle_export_job_id::String

Returns the value of attribute asset_bundle_export_job_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def asset_bundle_export_job_id
  @asset_bundle_export_job_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


454
455
456
# File 'sig/types.rbs', line 454

def created_time
  @created_time
end

#export_format"CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"

Returns the value of attribute export_format.

Returns:

  • ("CLOUDFORMATION_JSON", "QUICKSIGHT_JSON")


457
458
459
# File 'sig/types.rbs', line 457

def export_format
  @export_format
end

#include_all_dependenciesBoolean

Returns the value of attribute include_all_dependencies.

Returns:

  • (Boolean)


456
457
458
# File 'sig/types.rbs', line 456

def include_all_dependencies
  @include_all_dependencies
end

#include_permissionsBoolean

Returns the value of attribute include_permissions.

Returns:

  • (Boolean)


458
459
460
# File 'sig/types.rbs', line 458

def include_permissions
  @include_permissions
end

#include_tagsBoolean

Returns the value of attribute include_tags.

Returns:

  • (Boolean)


459
460
461
# File 'sig/types.rbs', line 459

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")


452
453
454
# File 'sig/types.rbs', line 452

def job_status
  @job_status
end