Class: Aws::IoTAnalytics::Types::DeleteDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeleteDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_name ⇒ String
The name of the data store to delete.
Instance Attribute Details
#datastore_name ⇒ String
The name of the data store to delete.
1423 1424 1425 1426 1427 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1423 class DeleteDatastoreRequest < Struct.new( :datastore_name) SENSITIVE = [] include Aws::Structure end |