Class: Aws::IoTAnalytics::Types::DeleteDatastoreRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_nameString

The name of the data store to delete.

Returns:

  • (String)


1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1423

class DeleteDatastoreRequest < Struct.new(
  :datastore_name)
  SENSITIVE = []
  include Aws::Structure
end