Class: Aws::Types::AssetDetails
- Inherits:
-
Object
- Object
- Aws::Types::AssetDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_gateway_api_asset ⇒ Types::ApiGatewayApiAsset
Returns the value of attribute api_gateway_api_asset.
-
#lake_formation_data_permission_asset ⇒ Types::LakeFormationDataPermissionAsset
Returns the value of attribute lake_formation_data_permission_asset.
-
#redshift_data_share_asset ⇒ Types::RedshiftDataShareAsset
Returns the value of attribute redshift_data_share_asset.
-
#s3_data_access_asset ⇒ Types::S3DataAccessAsset
Returns the value of attribute s3_data_access_asset.
-
#s3_snapshot_asset ⇒ Types::S3SnapshotAsset
Returns the value of attribute s3_snapshot_asset.
Instance Attribute Details
#api_gateway_api_asset ⇒ Types::ApiGatewayApiAsset
Returns the value of attribute api_gateway_api_asset.
71 72 73 |
# File 'sig/types.rbs', line 71 def api_gateway_api_asset @api_gateway_api_asset end |
#lake_formation_data_permission_asset ⇒ Types::LakeFormationDataPermissionAsset
Returns the value of attribute lake_formation_data_permission_asset.
73 74 75 |
# File 'sig/types.rbs', line 73 def @lake_formation_data_permission_asset end |
#redshift_data_share_asset ⇒ Types::RedshiftDataShareAsset
Returns the value of attribute redshift_data_share_asset.
70 71 72 |
# File 'sig/types.rbs', line 70 def redshift_data_share_asset @redshift_data_share_asset end |
#s3_data_access_asset ⇒ Types::S3DataAccessAsset
Returns the value of attribute s3_data_access_asset.
72 73 74 |
# File 'sig/types.rbs', line 72 def s3_data_access_asset @s3_data_access_asset end |
#s3_snapshot_asset ⇒ Types::S3SnapshotAsset
Returns the value of attribute s3_snapshot_asset.
69 70 71 |
# File 'sig/types.rbs', line 69 def s3_snapshot_asset @s3_snapshot_asset end |