Class: Aws::Types::DescribeAssetBundleExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetBundleExportJobResponse
- 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.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
Returns the value of attribute cloud_formation_override_property_configuration.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#download_url ⇒ ::String
Returns the value of attribute download_url.
-
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
Returns the value of attribute errors.
-
#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_folder_members ⇒ "RECURSE", ...
Returns the value of attribute include_folder_members.
-
#include_folder_memberships ⇒ Boolean
Returns the value of attribute include_folder_memberships.
-
#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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
Returns the value of attribute validation_strategy.
-
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
Returns the value of attribute warnings.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def arn @arn end |
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_job_id.
4612 4613 4614 |
# File 'sig/types.rbs', line 4612 def asset_bundle_export_job_id @asset_bundle_export_job_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4613 4614 4615 |
# File 'sig/types.rbs', line 4613 def aws_account_id @aws_account_id end |
#cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
Returns the value of attribute cloud_formation_override_property_configuration.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def cloud_formation_override_property_configuration @cloud_formation_override_property_configuration end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def created_time @created_time end |
#download_url ⇒ ::String
Returns the value of attribute download_url.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def download_url @download_url end |
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
Returns the value of attribute errors.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def errors @errors end |
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
Returns the value of attribute export_format.
4616 4617 4618 |
# File 'sig/types.rbs', line 4616 def export_format @export_format end |
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
4615 4616 4617 |
# File 'sig/types.rbs', line 4615 def include_all_dependencies @include_all_dependencies end |
#include_folder_members ⇒ "RECURSE", ...
Returns the value of attribute include_folder_members.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def include_folder_members @include_folder_members end |
#include_folder_memberships ⇒ Boolean
Returns the value of attribute include_folder_memberships.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def include_folder_memberships @include_folder_memberships end |
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
4620 4621 4622 |
# File 'sig/types.rbs', line 4620 def @include_permissions end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
4621 4622 4623 |
# File 'sig/types.rbs', line 4621 def @include_tags end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def job_status @job_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4618 4619 4620 |
# File 'sig/types.rbs', line 4618 def request_id @request_id end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
4614 4615 4616 |
# File 'sig/types.rbs', line 4614 def resource_arns @resource_arns end |
#status ⇒ ::Integer
Returns the value of attribute status.
4619 4620 4621 |
# File 'sig/types.rbs', line 4619 def status @status end |
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
Returns the value of attribute validation_strategy.
4622 4623 4624 |
# File 'sig/types.rbs', line 4622 def validation_strategy @validation_strategy end |
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
Returns the value of attribute warnings.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def warnings @warnings end |