Class: Aws::Types::DescribeAssetBundleExportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:download_url])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4403
4404
4405
# File 'sig/types.rbs', line 4403

def 
  @aws_account_id
end

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

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("CLOUDFORMATION_JSON", "QUICKSIGHT_JSON")


4406
4407
4408
# File 'sig/types.rbs', line 4406

def export_format
  @export_format
end

#include_all_dependenciesBoolean

Returns the value of attribute include_all_dependencies.

Returns:

  • (Boolean)


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.

Returns:

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


4415
4416
4417
# File 'sig/types.rbs', line 4415

def include_folder_members
  @include_folder_members
end

#include_folder_membershipsBoolean

Returns the value of attribute include_folder_memberships.

Returns:

  • (Boolean)


4414
4415
4416
# File 'sig/types.rbs', line 4414

def include_folder_memberships
  @include_folder_memberships
end

#include_permissionsBoolean

Returns the value of attribute include_permissions.

Returns:

  • (Boolean)


4410
4411
4412
# File 'sig/types.rbs', line 4410

def include_permissions
  @include_permissions
end

#include_tagsBoolean

Returns the value of attribute include_tags.

Returns:

  • (Boolean)


4411
4412
4413
# File 'sig/types.rbs', line 4411

def include_tags
  @include_tags
end

#job_status"QUEUED_FOR_IMMEDIATE_EXECUTION", ...

Returns the value of attribute job_status.

Returns:

  • ("QUEUED_FOR_IMMEDIATE_EXECUTION", "IN_PROGRESS", "SUCCESSFUL", "FAILED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


4404
4405
4406
# File 'sig/types.rbs', line 4404

def resource_arns
  @resource_arns
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4409
4410
4411
# File 'sig/types.rbs', line 4409

def status
  @status
end

#validation_strategyTypes::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