Class: Aws::Glue::Types::DeleteAssetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteAssetRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the asset to delete.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the asset to delete.
9748 9749 9750 9751 9752 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9748 class DeleteAssetRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |