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
1829 |
# File 'sig/client.rbs', line 1829
def arn: () -> ::String
|
#asset_bundle_export_job_id ⇒ ::String
1831 |
# File 'sig/client.rbs', line 1831
def asset_bundle_export_job_id: () -> ::String
|
#aws_account_id ⇒ ::String
1832 |
# File 'sig/client.rbs', line 1832
def aws_account_id: () -> ::String
|
#cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
1836 |
# File 'sig/client.rbs', line 1836
def cloud_formation_override_property_configuration: () -> Types::AssetBundleCloudFormationOverridePropertyConfiguration
|
#created_time ⇒ ::Time
1830 |
# File 'sig/client.rbs', line 1830
def created_time: () -> ::Time
|
#download_url ⇒ ::String
1827 |
# File 'sig/client.rbs', line 1827
def download_url: () -> ::String
|
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
1828 |
# File 'sig/client.rbs', line 1828
def errors: () -> ::Array[Types::AssetBundleExportJobError]
|
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
1835 |
# File 'sig/client.rbs', line 1835
def export_format: () -> ("CLOUDFORMATION_JSON" | "QUICKSIGHT_JSON")
|
#include_all_dependencies ⇒ Boolean
1834 |
# File 'sig/client.rbs', line 1834
def include_all_dependencies: () -> bool
|
#include_folder_members ⇒ "RECURSE", ...
1844 |
# File 'sig/client.rbs', line 1844
def include_folder_members: () -> ("RECURSE" | "ONE_LEVEL" | "NONE")
|
#include_folder_memberships ⇒ Boolean
1843 |
# File 'sig/client.rbs', line 1843
def include_folder_memberships: () -> bool
|
#include_permissions ⇒ Boolean
1839 |
# File 'sig/client.rbs', line 1839
def include_permissions: () -> bool
|
#include_tags ⇒ Boolean
1840 |
# File 'sig/client.rbs', line 1840
def include_tags: () -> bool
|
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
1826 |
# File 'sig/client.rbs', line 1826
def job_status: () -> ("QUEUED_FOR_IMMEDIATE_EXECUTION" | "IN_PROGRESS" | "SUCCESSFUL" | "FAILED")
|
#request_id ⇒ ::String
1837 |
# File 'sig/client.rbs', line 1837
def request_id: () -> ::String
|
#resource_arns ⇒ ::Array[::String]
1833 |
# File 'sig/client.rbs', line 1833
def resource_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
1838 |
# File 'sig/client.rbs', line 1838
def status: () -> ::Integer
|
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
1841 |
# File 'sig/client.rbs', line 1841
def validation_strategy: () -> Types::AssetBundleExportJobValidationStrategy
|
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
1842 |
# File 'sig/client.rbs', line 1842
def warnings: () -> ::Array[Types::AssetBundleExportJobWarning]
|