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
1587 |
# File 'sig/client.rbs', line 1587
def arn: () -> ::String
|
#asset_bundle_export_job_id ⇒ ::String
1589 |
# File 'sig/client.rbs', line 1589
def asset_bundle_export_job_id: () -> ::String
|
#aws_account_id ⇒ ::String
1590 |
# File 'sig/client.rbs', line 1590
def aws_account_id: () -> ::String
|
#cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
1594 |
# File 'sig/client.rbs', line 1594
def cloud_formation_override_property_configuration: () -> Types::AssetBundleCloudFormationOverridePropertyConfiguration
|
#created_time ⇒ ::Time
1588 |
# File 'sig/client.rbs', line 1588
def created_time: () -> ::Time
|
#download_url ⇒ ::String
1585 |
# File 'sig/client.rbs', line 1585
def download_url: () -> ::String
|
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
1586 |
# File 'sig/client.rbs', line 1586
def errors: () -> ::Array[Types::AssetBundleExportJobError]
|
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
1593 |
# File 'sig/client.rbs', line 1593
def export_format: () -> ("CLOUDFORMATION_JSON" | "QUICKSIGHT_JSON")
|
#include_all_dependencies ⇒ Boolean
1592 |
# File 'sig/client.rbs', line 1592
def include_all_dependencies: () -> bool
|
#include_folder_members ⇒ "RECURSE", ...
1602 |
# File 'sig/client.rbs', line 1602
def include_folder_members: () -> ("RECURSE" | "ONE_LEVEL" | "NONE")
|
#include_folder_memberships ⇒ Boolean
1601 |
# File 'sig/client.rbs', line 1601
def include_folder_memberships: () -> bool
|
#include_permissions ⇒ Boolean
1597 |
# File 'sig/client.rbs', line 1597
def include_permissions: () -> bool
|
#include_tags ⇒ Boolean
1598 |
# File 'sig/client.rbs', line 1598
def include_tags: () -> bool
|
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
1584 |
# File 'sig/client.rbs', line 1584
def job_status: () -> ("QUEUED_FOR_IMMEDIATE_EXECUTION" | "IN_PROGRESS" | "SUCCESSFUL" | "FAILED")
|
#request_id ⇒ ::String
1595 |
# File 'sig/client.rbs', line 1595
def request_id: () -> ::String
|
#resource_arns ⇒ ::Array[::String]
1591 |
# File 'sig/client.rbs', line 1591
def resource_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
1596 |
# File 'sig/client.rbs', line 1596
def status: () -> ::Integer
|
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
1599 |
# File 'sig/client.rbs', line 1599
def validation_strategy: () -> Types::AssetBundleExportJobValidationStrategy
|
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
1600 |
# File 'sig/client.rbs', line 1600
def warnings: () -> ::Array[Types::AssetBundleExportJobWarning]
|