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)


4610
4611
4612
# File 'sig/types.rbs', line 4610

def arn
  @arn
end

#asset_bundle_export_job_id::String

Returns the value of attribute asset_bundle_export_job_id.

Returns:

  • (::String)


4612
4613
4614
# File 'sig/types.rbs', line 4612

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)


4613
4614
4615
# File 'sig/types.rbs', line 4613

def 
  @aws_account_id
end

#cloud_formation_override_property_configurationTypes::AssetBundleCloudFormationOverridePropertyConfiguration

Returns the value of attribute cloud_formation_override_property_configuration.



4617
4618
4619
# File 'sig/types.rbs', line 4617

def cloud_formation_override_property_configuration
  @cloud_formation_override_property_configuration
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4611
4612
4613
# File 'sig/types.rbs', line 4611

def created_time
  @created_time
end

#download_url::String

Returns the value of attribute download_url.

Returns:

  • (::String)


4608
4609
4610
# File 'sig/types.rbs', line 4608

def download_url
  @download_url
end

#errors::Array[Types::AssetBundleExportJobError]

Returns the value of attribute errors.

Returns:



4609
4610
4611
# File 'sig/types.rbs', line 4609

def errors
  @errors
end

#export_format"CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"

Returns the value of attribute export_format.

Returns:

  • ("CLOUDFORMATION_JSON", "QUICKSIGHT_JSON")


4616
4617
4618
# File 'sig/types.rbs', line 4616

def export_format
  @export_format
end

#include_all_dependenciesBoolean

Returns the value of attribute include_all_dependencies.

Returns:

  • (Boolean)


4615
4616
4617
# File 'sig/types.rbs', line 4615

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")


4625
4626
4627
# File 'sig/types.rbs', line 4625

def include_folder_members
  @include_folder_members
end

#include_folder_membershipsBoolean

Returns the value of attribute include_folder_memberships.

Returns:

  • (Boolean)


4624
4625
4626
# File 'sig/types.rbs', line 4624

def include_folder_memberships
  @include_folder_memberships
end

#include_permissionsBoolean

Returns the value of attribute include_permissions.

Returns:

  • (Boolean)


4620
4621
4622
# File 'sig/types.rbs', line 4620

def include_permissions
  @include_permissions
end

#include_tagsBoolean

Returns the value of attribute include_tags.

Returns:

  • (Boolean)


4621
4622
4623
# File 'sig/types.rbs', line 4621

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")


4607
4608
4609
# File 'sig/types.rbs', line 4607

def job_status
  @job_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4618
4619
4620
# File 'sig/types.rbs', line 4618

def request_id
  @request_id
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


4614
4615
4616
# File 'sig/types.rbs', line 4614

def resource_arns
  @resource_arns
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4619
4620
4621
# File 'sig/types.rbs', line 4619

def status
  @status
end

#validation_strategyTypes::AssetBundleExportJobValidationStrategy

Returns the value of attribute validation_strategy.



4622
4623
4624
# File 'sig/types.rbs', line 4622

def validation_strategy
  @validation_strategy
end

#warnings::Array[Types::AssetBundleExportJobWarning]

Returns the value of attribute warnings.



4623
4624
4625
# File 'sig/types.rbs', line 4623

def warnings
  @warnings
end