Module: Aws::QuickSight::Client::_DescribeAssetBundleExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAssetBundleExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #asset_bundle_export_job_id ⇒ ::String
- #aws_account_id ⇒ ::String
- #cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
- #created_time ⇒ ::Time
- #download_url ⇒ ::String
- #errors ⇒ ::Array[Types::AssetBundleExportJobError]
- #export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
- #include_all_dependencies ⇒ Boolean
- #include_folder_members ⇒ "RECURSE", ...
- #include_folder_memberships ⇒ Boolean
- #include_permissions ⇒ Boolean
- #include_tags ⇒ Boolean
- #job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
- #request_id ⇒ ::String
- #resource_arns ⇒ ::Array[::String]
- #status ⇒ ::Integer
- #validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
- #warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
Instance Method Details
#arn ⇒ ::String
1670 |
# File 'sig/client.rbs', line 1670
def arn: () -> ::String
|
#asset_bundle_export_job_id ⇒ ::String
1672 |
# File 'sig/client.rbs', line 1672
def asset_bundle_export_job_id: () -> ::String
|
#aws_account_id ⇒ ::String
1673 |
# File 'sig/client.rbs', line 1673
def aws_account_id: () -> ::String
|
#cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
1677 |
# File 'sig/client.rbs', line 1677
def cloud_formation_override_property_configuration: () -> Types::AssetBundleCloudFormationOverridePropertyConfiguration
|
#created_time ⇒ ::Time
1671 |
# File 'sig/client.rbs', line 1671
def created_time: () -> ::Time
|
#download_url ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668
def download_url: () -> ::String
|
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
1669 |
# File 'sig/client.rbs', line 1669
def errors: () -> ::Array[Types::AssetBundleExportJobError]
|
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
1676 |
# File 'sig/client.rbs', line 1676
def export_format: () -> ("CLOUDFORMATION_JSON" | "QUICKSIGHT_JSON")
|
#include_all_dependencies ⇒ Boolean
1675 |
# File 'sig/client.rbs', line 1675
def include_all_dependencies: () -> bool
|
#include_folder_members ⇒ "RECURSE", ...
1685 |
# File 'sig/client.rbs', line 1685
def include_folder_members: () -> ("RECURSE" | "ONE_LEVEL" | "NONE")
|
#include_folder_memberships ⇒ Boolean
1684 |
# File 'sig/client.rbs', line 1684
def include_folder_memberships: () -> bool
|
#include_permissions ⇒ Boolean
1680 |
# File 'sig/client.rbs', line 1680
def include_permissions: () -> bool
|
#include_tags ⇒ Boolean
1681 |
# File 'sig/client.rbs', line 1681
def include_tags: () -> bool
|
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
1667 |
# File 'sig/client.rbs', line 1667
def job_status: () -> ("QUEUED_FOR_IMMEDIATE_EXECUTION" | "IN_PROGRESS" | "SUCCESSFUL" | "FAILED")
|
#request_id ⇒ ::String
1678 |
# File 'sig/client.rbs', line 1678
def request_id: () -> ::String
|
#resource_arns ⇒ ::Array[::String]
1674 |
# File 'sig/client.rbs', line 1674
def resource_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
1679 |
# File 'sig/client.rbs', line 1679
def status: () -> ::Integer
|
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
1682 |
# File 'sig/client.rbs', line 1682
def validation_strategy: () -> Types::AssetBundleExportJobValidationStrategy
|
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
1683 |
# File 'sig/client.rbs', line 1683
def warnings: () -> ::Array[Types::AssetBundleExportJobWarning]
|