Class: Aws::Finspace::Types::DeleteKxDataviewRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'lib/aws-sdk-finspace/types.rb', line 1650

class DeleteKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database whose dataview you want to delete.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'lib/aws-sdk-finspace/types.rb', line 1650

class DeleteKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_nameString

The name of the dataview that you want to delete.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'lib/aws-sdk-finspace/types.rb', line 1650

class DeleteKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, from where you want to delete the dataview.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'lib/aws-sdk-finspace/types.rb', line 1650

class DeleteKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end