Class: Aws::Finspace::Types::UpdateKxDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxDatabaseRequest
- 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 kdb database.
-
#description ⇒ String
A description of the database.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
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.
4941 4942 4943 4944 4945 4946 4947 4948 |
# File 'lib/aws-sdk-finspace/types.rb', line 4941 class UpdateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :client_token) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the kdb database.
4941 4942 4943 4944 4945 4946 4947 4948 |
# File 'lib/aws-sdk-finspace/types.rb', line 4941 class UpdateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the database.
4941 4942 4943 4944 4945 4946 4947 4948 |
# File 'lib/aws-sdk-finspace/types.rb', line 4941 class UpdateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
4941 4942 4943 4944 4945 4946 4947 4948 |
# File 'lib/aws-sdk-finspace/types.rb', line 4941 class UpdateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :client_token) SENSITIVE = [] include Aws::Structure end |