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
1628 |
# File 'sig/client.rbs', line 1628
def arn: () -> ::String
|
#asset_bundle_export_job_id ⇒ ::String
1630 |
# File 'sig/client.rbs', line 1630
def asset_bundle_export_job_id: () -> ::String
|
#aws_account_id ⇒ ::String
1631 |
# File 'sig/client.rbs', line 1631
def aws_account_id: () -> ::String
|
#cloud_formation_override_property_configuration ⇒ Types::AssetBundleCloudFormationOverridePropertyConfiguration
1635 |
# File 'sig/client.rbs', line 1635
def cloud_formation_override_property_configuration: () -> Types::AssetBundleCloudFormationOverridePropertyConfiguration
|
#created_time ⇒ ::Time
1629 |
# File 'sig/client.rbs', line 1629
def created_time: () -> ::Time
|
#download_url ⇒ ::String
1626 |
# File 'sig/client.rbs', line 1626
def download_url: () -> ::String
|
#errors ⇒ ::Array[Types::AssetBundleExportJobError]
1627 |
# File 'sig/client.rbs', line 1627
def errors: () -> ::Array[Types::AssetBundleExportJobError]
|
#export_format ⇒ "CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"
1634 |
# File 'sig/client.rbs', line 1634
def export_format: () -> ("CLOUDFORMATION_JSON" | "QUICKSIGHT_JSON")
|
#include_all_dependencies ⇒ Boolean
1633 |
# File 'sig/client.rbs', line 1633
def include_all_dependencies: () -> bool
|
#include_folder_members ⇒ "RECURSE", ...
1643 |
# File 'sig/client.rbs', line 1643
def include_folder_members: () -> ("RECURSE" | "ONE_LEVEL" | "NONE")
|
#include_folder_memberships ⇒ Boolean
1642 |
# File 'sig/client.rbs', line 1642
def include_folder_memberships: () -> bool
|
#include_permissions ⇒ Boolean
1638 |
# File 'sig/client.rbs', line 1638
def include_permissions: () -> bool
|
#include_tags ⇒ Boolean
1639 |
# File 'sig/client.rbs', line 1639
def include_tags: () -> bool
|
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
1625 |
# File 'sig/client.rbs', line 1625
def job_status: () -> ("QUEUED_FOR_IMMEDIATE_EXECUTION" | "IN_PROGRESS" | "SUCCESSFUL" | "FAILED")
|
#request_id ⇒ ::String
1636 |
# File 'sig/client.rbs', line 1636
def request_id: () -> ::String
|
#resource_arns ⇒ ::Array[::String]
1632 |
# File 'sig/client.rbs', line 1632
def resource_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
1637 |
# File 'sig/client.rbs', line 1637
def status: () -> ::Integer
|
#validation_strategy ⇒ Types::AssetBundleExportJobValidationStrategy
1640 |
# File 'sig/client.rbs', line 1640
def validation_strategy: () -> Types::AssetBundleExportJobValidationStrategy
|
#warnings ⇒ ::Array[Types::AssetBundleExportJobWarning]
1641 |
# File 'sig/client.rbs', line 1641
def warnings: () -> ::Array[Types::AssetBundleExportJobWarning]
|