Class: Aws::Types::StartAssetBundleExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAssetBundleExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
Returns the value of attribute validation_strategy.
Instance Attribute Details
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_job_id.
10890 10891 10892 |
# File 'sig/types.rbs', line 10890 def asset_bundle_export_job_id @asset_bundle_export_job_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10889 10890 10891 |
# File 'sig/types.rbs', line 10889 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.
10894 10895 10896 |
# File 'sig/types.rbs', line 10894 def cloud_formation_override_property_configuration @cloud_formation_override_property_configuration end |
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
Returns the value of attribute export_format.
10893 10894 10895 |
# File 'sig/types.rbs', line 10893 def export_format @export_format end |
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
10892 10893 10894 |
# File 'sig/types.rbs', line 10892 def include_all_dependencies @include_all_dependencies end |
#include_folder_members ⇒ "RECURSE", ...
Returns the value of attribute include_folder_members.
10899 10900 10901 |
# File 'sig/types.rbs', line 10899 def include_folder_members @include_folder_members end |
#include_folder_memberships ⇒ Boolean
Returns the value of attribute include_folder_memberships.
10898 10899 10900 |
# File 'sig/types.rbs', line 10898 def include_folder_memberships @include_folder_memberships end |
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
10895 10896 10897 |
# File 'sig/types.rbs', line 10895 def @include_permissions end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
10896 10897 10898 |
# File 'sig/types.rbs', line 10896 def @include_tags end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
10891 10892 10893 |
# File 'sig/types.rbs', line 10891 def resource_arns @resource_arns end |
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
Returns the value of attribute validation_strategy.
10897 10898 10899 |
# File 'sig/types.rbs', line 10897 def validation_strategy @validation_strategy end |