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.
4400 4401 4402 |
# File 'sig/types.rbs', line 4400 def arn @arn end |
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_job_id.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def asset_bundle_export_job_id @asset_bundle_export_job_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4403 4404 4405 |
# File 'sig/types.rbs', line 4403 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.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def cloud_formation_override_property_configuration @cloud_formation_override_property_configuration end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def created_time @created_time end |
#download_url ⇒ ::String
Returns the value of attribute download_url.
4398 4399 4400 |
# File 'sig/types.rbs', line 4398 def download_url @download_url end |
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
Returns the value of attribute errors.
4399 4400 4401 |
# File 'sig/types.rbs', line 4399 def errors @errors end |
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
Returns the value of attribute export_format.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def export_format @export_format end |
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
4405 4406 4407 |
# File 'sig/types.rbs', line 4405 def include_all_dependencies @include_all_dependencies end |
#include_folder_members ⇒ "RECURSE", ...
Returns the value of attribute include_folder_members.
4415 4416 4417 |
# File 'sig/types.rbs', line 4415 def include_folder_members @include_folder_members end |
#include_folder_memberships ⇒ Boolean
Returns the value of attribute include_folder_memberships.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def include_folder_memberships @include_folder_memberships end |
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def @include_permissions end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
4411 4412 4413 |
# File 'sig/types.rbs', line 4411 def @include_tags end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
4397 4398 4399 |
# File 'sig/types.rbs', line 4397 def job_status @job_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 def request_id @request_id end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
4404 4405 4406 |
# File 'sig/types.rbs', line 4404 def resource_arns @resource_arns end |
#status ⇒ ::Integer
Returns the value of attribute status.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def status @status end |
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
Returns the value of attribute validation_strategy.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def validation_strategy @validation_strategy end |
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
Returns the value of attribute warnings.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def warnings @warnings end |