Class: Aws::Types::RequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::RequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_s3_data_access_from_s3_bucket ⇒ Types::CreateS3DataAccessFromS3BucketRequestDetails
Returns the value of attribute create_s3_data_access_from_s3_bucket.
-
#export_asset_to_signed_url ⇒ Types::ExportAssetToSignedUrlRequestDetails
Returns the value of attribute export_asset_to_signed_url.
-
#export_assets_to_s3 ⇒ Types::ExportAssetsToS3RequestDetails
Returns the value of attribute export_assets_to_s3.
-
#export_revisions_to_s3 ⇒ Types::ExportRevisionsToS3RequestDetails
Returns the value of attribute export_revisions_to_s3.
-
#import_asset_from_api_gateway_api ⇒ Types::ImportAssetFromApiGatewayApiRequestDetails
Returns the value of attribute import_asset_from_api_gateway_api.
-
#import_asset_from_signed_url ⇒ Types::ImportAssetFromSignedUrlRequestDetails
Returns the value of attribute import_asset_from_signed_url.
-
#import_assets_from_lake_formation_tag_policy ⇒ Types::ImportAssetsFromLakeFormationTagPolicyRequestDetails
Returns the value of attribute import_assets_from_lake_formation_tag_policy.
-
#import_assets_from_redshift_data_shares ⇒ Types::ImportAssetsFromRedshiftDataSharesRequestDetails
Returns the value of attribute import_assets_from_redshift_data_shares.
-
#import_assets_from_s3 ⇒ Types::ImportAssetsFromS3RequestDetails
Returns the value of attribute import_assets_from_s3.
Instance Attribute Details
#create_s3_data_access_from_s3_bucket ⇒ Types::CreateS3DataAccessFromS3BucketRequestDetails
Returns the value of attribute create_s3_data_access_from_s3_bucket.
875 876 877 |
# File 'sig/types.rbs', line 875 def create_s3_data_access_from_s3_bucket @create_s3_data_access_from_s3_bucket end |
#export_asset_to_signed_url ⇒ Types::ExportAssetToSignedUrlRequestDetails
Returns the value of attribute export_asset_to_signed_url.
868 869 870 |
# File 'sig/types.rbs', line 868 def export_asset_to_signed_url @export_asset_to_signed_url end |
#export_assets_to_s3 ⇒ Types::ExportAssetsToS3RequestDetails
Returns the value of attribute export_assets_to_s3.
869 870 871 |
# File 'sig/types.rbs', line 869 def export_assets_to_s3 @export_assets_to_s3 end |
#export_revisions_to_s3 ⇒ Types::ExportRevisionsToS3RequestDetails
Returns the value of attribute export_revisions_to_s3.
870 871 872 |
# File 'sig/types.rbs', line 870 def export_revisions_to_s3 @export_revisions_to_s3 end |
#import_asset_from_api_gateway_api ⇒ Types::ImportAssetFromApiGatewayApiRequestDetails
Returns the value of attribute import_asset_from_api_gateway_api.
874 875 876 |
# File 'sig/types.rbs', line 874 def import_asset_from_api_gateway_api @import_asset_from_api_gateway_api end |
#import_asset_from_signed_url ⇒ Types::ImportAssetFromSignedUrlRequestDetails
Returns the value of attribute import_asset_from_signed_url.
871 872 873 |
# File 'sig/types.rbs', line 871 def import_asset_from_signed_url @import_asset_from_signed_url end |
#import_assets_from_lake_formation_tag_policy ⇒ Types::ImportAssetsFromLakeFormationTagPolicyRequestDetails
Returns the value of attribute import_assets_from_lake_formation_tag_policy.
876 877 878 |
# File 'sig/types.rbs', line 876 def import_assets_from_lake_formation_tag_policy @import_assets_from_lake_formation_tag_policy end |
#import_assets_from_redshift_data_shares ⇒ Types::ImportAssetsFromRedshiftDataSharesRequestDetails
Returns the value of attribute import_assets_from_redshift_data_shares.
873 874 875 |
# File 'sig/types.rbs', line 873 def import_assets_from_redshift_data_shares @import_assets_from_redshift_data_shares end |
#import_assets_from_s3 ⇒ Types::ImportAssetsFromS3RequestDetails
Returns the value of attribute import_assets_from_s3.
872 873 874 |
# File 'sig/types.rbs', line 872 def import_assets_from_s3 @import_assets_from_s3 end |