Class: Aws::Types::StartAssetBundleExportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_bundle_export_job_id::String

Returns the value of attribute asset_bundle_export_job_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


10499
10500
10501
# File 'sig/types.rbs', line 10499

def 
  @aws_account_id
end

#cloud_formation_override_property_configurationTypes::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.

Returns:

  • ("CLOUDFORMATION_JSON", "QUICKSIGHT_JSON")


10503
10504
10505
# File 'sig/types.rbs', line 10503

def export_format
  @export_format
end

#include_all_dependenciesBoolean

Returns the value of attribute include_all_dependencies.

Returns:

  • (Boolean)


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.

Returns:

  • ("RECURSE", "ONE_LEVEL", "NONE")


10509
10510
10511
# File 'sig/types.rbs', line 10509

def include_folder_members
  @include_folder_members
end

#include_folder_membershipsBoolean

Returns the value of attribute include_folder_memberships.

Returns:

  • (Boolean)


10508
10509
10510
# File 'sig/types.rbs', line 10508

def include_folder_memberships
  @include_folder_memberships
end

#include_permissionsBoolean

Returns the value of attribute include_permissions.

Returns:

  • (Boolean)


10505
10506
10507
# File 'sig/types.rbs', line 10505

def include_permissions
  @include_permissions
end

#include_tagsBoolean

Returns the value of attribute include_tags.

Returns:

  • (Boolean)


10506
10507
10508
# File 'sig/types.rbs', line 10506

def include_tags
  @include_tags
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


10501
10502
10503
# File 'sig/types.rbs', line 10501

def resource_arns
  @resource_arns
end

#validation_strategyTypes::AssetBundleExportJobValidationStrategy

Returns the value of attribute validation_strategy.



10507
10508
10509
# File 'sig/types.rbs', line 10507

def validation_strategy
  @validation_strategy
end