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.
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.
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.
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.
457 458 459 |
# File 'sig/types.rbs', line 457 def export_format @export_format end |
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
456 457 458 |
# File 'sig/types.rbs', line 456 def include_all_dependencies @include_all_dependencies end |
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
458 459 460 |
# File 'sig/types.rbs', line 458 def @include_permissions end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
459 460 461 |
# File 'sig/types.rbs', line 459 def @include_tags end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
452 453 454 |
# File 'sig/types.rbs', line 452 def job_status @job_status end |