Class: Aws::Types::AssetBundleExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleExportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_job_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
Returns the value of attribute export_format.
-
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
-
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
-
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
-
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
488 489 490 |
# File 'sig/types.rbs', line 488 def export_format @export_format end |
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
487 488 489 |
# File 'sig/types.rbs', line 487 def include_all_dependencies @include_all_dependencies end |
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
489 490 491 |
# File 'sig/types.rbs', line 489 def @include_permissions end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
490 491 492 |
# File 'sig/types.rbs', line 490 def @include_tags end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
483 484 485 |
# File 'sig/types.rbs', line 483 def job_status @job_status end |