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)


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.

Returns:

  • (::String)


10889
10890
10891
# File 'sig/types.rbs', line 10889

def 
  @aws_account_id
end

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

Returns:

  • ("CLOUDFORMATION_JSON", "QUICKSIGHT_JSON")


10893
10894
10895
# File 'sig/types.rbs', line 10893

def export_format
  @export_format
end

#include_all_dependenciesBoolean

Returns the value of attribute include_all_dependencies.

Returns:

  • (Boolean)


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.

Returns:

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


10899
10900
10901
# File 'sig/types.rbs', line 10899

def include_folder_members
  @include_folder_members
end

#include_folder_membershipsBoolean

Returns the value of attribute include_folder_memberships.

Returns:

  • (Boolean)


10898
10899
10900
# File 'sig/types.rbs', line 10898

def include_folder_memberships
  @include_folder_memberships
end

#include_permissionsBoolean

Returns the value of attribute include_permissions.

Returns:

  • (Boolean)


10895
10896
10897
# File 'sig/types.rbs', line 10895

def include_permissions
  @include_permissions
end

#include_tagsBoolean

Returns the value of attribute include_tags.

Returns:

  • (Boolean)


10896
10897
10898
# File 'sig/types.rbs', line 10896

def include_tags
  @include_tags
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


10891
10892
10893
# File 'sig/types.rbs', line 10891

def resource_arns
  @resource_arns
end

#validation_strategyTypes::AssetBundleExportJobValidationStrategy

Returns the value of attribute validation_strategy.



10897
10898
10899
# File 'sig/types.rbs', line 10897

def validation_strategy
  @validation_strategy
end