Class: Aws::Finspace::Types::DeleteKxDataviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxDataviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#database_name ⇒ String
The name of the database whose dataview you want to delete.
-
#dataview_name ⇒ String
The name of the dataview that you want to delete.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, from where you want to delete the dataview.
Instance Attribute Details
#client_token ⇒ String
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.
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_name ⇒ String
The name of the database whose dataview you want to delete.
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_name ⇒ String
The name of the dataview that you want to delete.
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_id ⇒ String
A unique identifier for the kdb environment, from where you want to delete the dataview.
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 |