Class: Aws::Finspace::Types::UpdateKxDatabaseRequest

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)


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_nameString

The name of the kdb database.

Returns:

  • (String)


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

#descriptionString

A description of the database.

Returns:

  • (String)


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_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


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