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.
10500 10501 10502 |
# File 'sig/types.rbs', line 10500 def asset_bundle_export_job_id @asset_bundle_export_job_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10499 10500 10501 |
# File 'sig/types.rbs', line 10499 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.
10504 10505 10506 |
# File 'sig/types.rbs', line 10504 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.
10503 10504 10505 |
# File 'sig/types.rbs', line 10503 def export_format @export_format end |
#include_all_dependencies ⇒ Boolean
Returns the value of attribute include_all_dependencies.
10502 10503 10504 |
# File 'sig/types.rbs', line 10502 def include_all_dependencies @include_all_dependencies end |
#include_folder_members ⇒ "RECURSE", ...
Returns the value of attribute include_folder_members.
10509 10510 10511 |
# File 'sig/types.rbs', line 10509 def include_folder_members @include_folder_members end |
#include_folder_memberships ⇒ Boolean
Returns the value of attribute include_folder_memberships.
10508 10509 10510 |
# File 'sig/types.rbs', line 10508 def include_folder_memberships @include_folder_memberships end |
#include_permissions ⇒ Boolean
Returns the value of attribute include_permissions.
10505 10506 10507 |
# File 'sig/types.rbs', line 10505 def @include_permissions end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
10506 10507 10508 |
# File 'sig/types.rbs', line 10506 def @include_tags end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
10501 10502 10503 |
# File 'sig/types.rbs', line 10501 def resource_arns @resource_arns end |
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
Returns the value of attribute validation_strategy.
10507 10508 10509 |
# File 'sig/types.rbs', line 10507 def validation_strategy @validation_strategy end |